add new parameter support

This commit is contained in:
belliash 2012-01-13 11:32:03 +01:00
parent a74174b354
commit 71e74c0cec
1 changed files with 3 additions and 0 deletions

3
ezsync
View File

@ -33,6 +33,9 @@ until [[ -z "${1}" ]]; do
EZNOSYNC=${EZNOSYNC+"$EZNOSYNC "}"${1}"
fi
;;
-N|--nopush)
EZOPT_NOPUSH=true
;;
-p|--purge)
EZOPT_PURGETMP=true
;;