#! /bin/sh # checks out file from RCS, places it in current directory, starts edit if co -l -f $1 then chmod ug+w $1 chmod +r $1 nedit $1 & fi;