ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/scripts/BatchCern/cp2tmp
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Sep 10 09:45:43 2007 UTC (17 years, 7 months ago) by auterman
Branch: tex, Demo, SusyScan, scripts, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
CERN batch scripts

File Contents

# Content
1 #!/bin/bash
2 for i in `rfdir $1 | cut -b 68-`
3 do
4 rfcp $1/$i /tmp/auterman/.
5 done