Skip to content
Snippets Groups Projects
Commit a0bac8c9 authored by Gab's avatar Gab
Browse files

update download to enable it on O2

parent 26e25787
No related branches found
No related tags found
No related merge requests found
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment