Skip to content
Snippets Groups Projects
Commit 4f42fe17 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Fix opt parser

parent 8eb8c57e
Branches
Tags
1 merge request!572Agora
......@@ -7,10 +7,10 @@ with_cooling=0
function show_help {
echo "Valid options are:"
echo "\t -h \t Show this help"
echo "\t -c \t Download solution with cooling"
echo "\t -C \t Download solution with cooling"
}
while getopts "h?c" opt; do
while getopts "h?C" opt; do
case "$opt" in
h|\?)
show_help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment