ack/distr/mkd
1988-08-01 09:00:03 +00:00

23 lines
295 B
Plaintext
Executable file

case $1 in
.) ;;
*) mkdir $DESTDIR/$1
;;
esac
p=`pwd`
cd $DESTDIR/$1
if [ $# = 2 ] && [ -f $p/$2 ]
then
RV $p $p/$2 > /dev/null 2>&1
else
if [ $# = 2 ]
then
echo "-- $1 no $2 Save Record yet"
fi
if `CV $p > /dev/null 2>&1`
then
:
else
echo "-- $1 CV failed for some reason"
fi
fi