This website works better with JavaScript.
Home
Help
Register
Sign In
reGen2
/
ezbuild
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add new parameter support
master
belliash
9 years ago
parent
a74174b354
commit
71e74c0cec
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ezsync
+ 3
- 0
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
;;
Write
Preview
Loading…
Cancel
Save