#!/bin/bash

# bl_run_hpc_hostname.sh - Open an OkayBox to show the hostname of the 
# machine where bl_run_hpc.sh is running

# This script as written is specific for the University of Manitoba CCL Linux cluster.
# is called by bl_run_hpc.sh as a way to sneak around the problem of passing
# a quoted string to OkayBox.jar, when you have already had to quote the command string
# in bl_run_hpc.sh.

java -jar $BIRCH/script/OkayBox2.jar "Click to begin search on '`hostname`"

