#!/bin/sh
for file in $* ; do 
 echo "Initial Version" | rcs -i -agropp,lusk -L $file
 ci -u $file
done
