more help
This commit is contained in:
3
slurp
3
slurp
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/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
|
Sends the command to a queue with srun
|
||||||
Version (c) Ville.Rantanen@helsinki.fi
|
Version (c) Ville.Rantanen@helsinki.fi
|
||||||
Options:
|
Options:
|
||||||
--possess Possess the whole node for the run
|
--possess Possess the whole node for the run
|
||||||
-h This help
|
-h This help
|
||||||
|
|
||||||
|
Use the -- switch to separate switches assigned to slurp vs anything after..
|
||||||
"
|
"
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then echo -e "$USAGE"
|
then echo -e "$USAGE"
|
||||||
|
|||||||
Reference in New Issue
Block a user