tinyproxy/adns-0.6/regress/addcases
Steven Young 37e63909c0 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2000-02-16 17:32:49 +00:00

10 lines
109 B
Bash
Executable File

#!/bin/sh
# usage: ./addcases <casename> ...
set -e
for f in "$@"
do
cvs add "case-$f".{sys,out,err}
done