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
3e2c5d49
Commit
3e2c5d49
authored
Dec 17, 2019
by
Lucas Mello Schnorr
Browse files
exit when something weird happens
parent
9d6c3f15
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
3e2c5d49
...
...
@@ -91,6 +91,8 @@ done
# handle non-option arguments
if
[[
$#
-ne
0
]]
;
then
echo
"
$0
: non-option arguments (
$#,
$*
) are ignored."
echo
"Remove them manually as indicated between parenthesis."
exit
fi
##############################
...
...
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