Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
a0bac8c9
Commit
a0bac8c9
authored
4 years ago
by
Gab
Browse files
Options
Downloads
Patches
Plain Diff
update download to enable it on O2
parent
26e25787
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DYNAMICO/download.sh
+11
-1
11 additions, 1 deletion
DYNAMICO/download.sh
with
11 additions
and
1 deletion
DYNAMICO/download.sh
+
11
−
1
View file @
a0bac8c9
#!/bin/bash
tar
-xvf
DYNAMICO-XIOS.tar
export
TARBALL
=
"DYNAMICO-XIOS.tar"
if
[[
$HOSTNAME
=
*
"occigen"
*
]]
;
then
tar
-xvf
/store/CINES/dci/SHARED/abs/DYNAMICO/
$TARBALL
elif
[
-f
$TARBALL
]
;
then
tar
-xvf
$TARBALL
else
echo
"tarball not found"
exit
1
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment