Skip to content
Snippets Groups Projects
Commit 461e92dc authored by Nico Vermaas's avatar Nico Vermaas
Browse files

uncommenting all echo's, because I'm not sure if they end up in...

uncommenting all echo's, because I'm not sure if they end up in stdout.out.txt, which is used to import json results by the executor service
parent df2a8fe5
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,10 @@ requirements:
#!/bin/bash
mkdir out
cd out
echo "--- untar the tar file from the shared directory into the local tmp directory ---"
echo $1
echo "---------------------------------------------------------------------------------"
#echo "--- untar the tar file from the shared directory into the local tmp directory ---"
#echo $1
#echo "---------------------------------------------------------------------------------"
cat $1 | tar -xvf -
ls -rtl
echo "Nico was here!"
#ls -rtl
#echo "Nico was here!"
#globus-url-copy $turl - | tar -xvf -
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment