ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
auterman
/
scripts
/
BatchCern
/
cp2tmp
Revision:
1.1
Committed:
Mon Sep 10 09:45:43 2007 UTC
(17 years, 7 months ago) by
auterman
Branch point for:
tex, Demo, SusyScan, scripts, MAIN
Log Message:
Initial revision
File Contents
#
User
Rev
Content
1
auterman
1.1
#!/bin/bash
2
for i in `rfdir $1 | cut -b 68-`
3
do
4
rfcp $1/$i /tmp/auterman/.
5
done