Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
ALICE Blender animation
Commits
2097dded
Commit
2097dded
authored
Dec 17, 2019
by
Lucas Mello Schnorr
Browse files
verify if URL has been provided
parent
c72efaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
2097dded
...
...
@@ -58,7 +58,7 @@ MAX_PARTICLES=0
HELP
=
false
DOWNLOAD
=
false
DEFAULT
=
false
URL
=
-
URL
=
# now enjoy the options in order and nicely split until we see --
while
true
;
do
case
"
$1
"
in
...
...
@@ -154,6 +154,11 @@ else
echo
"-----------------------------------"
fi
if
[[
$URL
=
""
]]
;
then
echo
"URL parameter is obligatory."
exit
usage
fi
##############################
# Download Dataset #
##############################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment