~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_129738/PROC_129738/bin/internal/make_madevent_tar

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
FILES="Cards HTML SubProcesses bin lib Source Events index.html README README.lhapdf README.gridpack TemplateVersion.txt MGMEVersion.txt"
 
4
 
 
5
rm -f madevent.tar.gz madevent.tar >& /dev/null
 
6
tar cf madevent.tar $FILES
 
7
gzip madevent.tar