Skip to content

Commit

Permalink
tar unzip input
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 10, 2024
1 parent 9150cfc commit 5d479ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/script/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ls
file input_files.tar.gz
gunzip input_files.tar.gz || true
ls
tar -xvf input_files.tar.gz || true
tar -xzvf input_files.tar.gz || true
ls
ld.so --help | grep supported | grep x86-64-v
which cmsRun
Expand Down

0 comments on commit 5d479ac

Please sign in to comment.