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
a1b75afb
Commit
a1b75afb
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
a unique id derived from the URL
parent
d6aeaaa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
a1b75afb
...
...
@@ -65,6 +65,16 @@ if [ "$DOWNLOAD" = "true" ]; then
wget
$URL
fi
######################################
# Established Unique ID based on URL #
######################################
UNIQUEID
=
$(
echo
$URL
|
sed
\
-e
"s#http://opendata.cern.ch/##"
\
-e
"s#/AliESDs.root##"
\
-e
"s#files/assets/##"
\
-e
"s#/#_#g"
)
echo
"The unique ID is
$UNIQUEID
."
##############################
# Default synthetic animation#
##############################
...
...
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