more help
This commit is contained in:
3
slurp
3
slurp
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user