#!/bin/sh # usage: ./a1test ... set -e for f in "$@" do cvs add "case-$f".{sys,stdout,stderr} done