more help

This commit is contained in:
ville rantanen
2013-07-08 13:58:42 +03:00
parent 26d65646ef
commit 06c14bec93

3
slurp
View File

@@ -1,12 +1,13 @@
#!/bin/bash
USAGE="Usage: "$( basename $0 )" [options] [command including srun options]
USAGE="Usage: "$( basename $0 )" [options] [--] [command including srun options]
Sends the command to a queue with srun
Version (c) Ville.Rantanen@helsinki.fi
Options:
--possess Possess the whole node for the run
-h This help
Use the -- switch to separate switches assigned to slurp vs anything after..
"
if [ -z "$1" ]
then echo -e "$USAGE"