This commit is contained in:
rsc 2006-09-08 14:40:59 +00:00
parent 66d46d691d
commit fb6ddf3ea2
2 changed files with 12 additions and 3 deletions

2
runoff
View file

@ -10,7 +10,7 @@ pad()
# create formatted (numbered) files
mkdir -p fmt
rm fmt/*
rm -f fmt/*
cp README fmt
files=`grep -v '^#' runoff.list | awk '{print $1}'`
n=99