chiark / gitweb /
Include copyright and stuff; change aargh to more normal one.
[adns] / regress / addcases
1 #!/bin/sh
2 # usage: ./addcases <casename> ...
3
4 set -e
5
6 for f in "$@"
7 do
8         cvs add "case-$f".{sys,out,err}
9 done