ack/distr/mkd
1988-04-18 10:13:57 +00:00

20 lines
254 B
Plaintext
Executable file

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