forward icon indicating copy to clipboard operation
forward copied to clipboard

argument parsing for sbatch scripts

Open vsoch opened this issue 7 years ago • 0 comments

The scripts are getting interesting enough that the user should be able to provide actual arguments so we can be more specific. Eg.., instead of:

bash start.sh <sbatch> <container> <directory>

they should be able to do:

bash start.sh <sbatch> --image=<container> --notebook-dir=<directory>

That way, ordering doesn't matter either, and we can have more optional arguments.

vsoch avatar Aug 09 '18 19:08 vsoch