dobackup: usage info

This commit is contained in:
gutmet 2018-12-16 17:30:44 +01:00
parent 94573db73d
commit 7f8b788791

View File

@ -19,6 +19,12 @@
##################################################################
if [ -z $1 ]; then
echo "usage: dobackup FILE"
echo "need file with backup instructions"
exit 1
fi
name=`basename $1`
source $1