Skip to content

Commit

Permalink
unzip input files
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 10, 2024
1 parent 8585e36 commit 9150cfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crab/script/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash -ex
pwd
ls
file input_files.tar.gz
gunzip input_files.tar.gz || true
ls
tar -xvf input_files.tar.gz || true
ls
ld.so --help | grep supported | grep x86-64-v
which cmsRun
cmsRun --help >>run.log

0 comments on commit 9150cfc

Please sign in to comment.