Skip to content
Snippets Groups Projects
Commit e7d4d5db authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Fix space

parent 6e429279
No related branches found
No related tags found
1 merge request!176Improving SLURM based notebooks and scripts
This commit is part of merge request !176. Comments created here will be created in the context of that merge request.
...@@ -13,8 +13,8 @@ do ...@@ -13,8 +13,8 @@ do
r) RUN="$OPTARG";; r) RUN="$OPTARG";;
k) KERNEL="$OPTARG";; k) KERNEL="$OPTARG";;
m) MODULE_GROUP="$OPTARG";; m) MODULE_GROUP="$OPTARG";;
x) XAXIS="$OPTARG";; x) XAXIS="$OPTARG";;
b) BINWIDTH="$OPTARG";; b) BINWIDTH="$OPTARG";;
\?) echo "Unknown option" \?) echo "Unknown option"
exit 1;; exit 1;;
:) echo "Missing option for input flag" :) echo "Missing option for input flag"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment