ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
auterman
/
SusyScan
/
PlotScript
/
mkfilelists.sh
Revision:
1.1
Committed:
Wed Mar 2 13:36:42 2011 UTC
(14 years, 2 months ago) by
auterman
Content type:
application/x-sh
Branch:
MAIN
Log Message:
add script
File Contents
#
User
Rev
Content
1
auterman
1.1
#!/bin/bash
2
for i in `ls -d limits_*`
3
do
4
echo $i
5
ls $i/mSUGRA* > $i/filelist.txt
6
done