mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-30 02:50:29 +08:00
debug
This commit is contained in:
parent
649de35a8f
commit
5616e62e71
@ -256,7 +256,7 @@ BIN=install
|
|||||||
ARG=""
|
ARG=""
|
||||||
while [[ $# > 0 || -n "$ARG" ]]; do
|
while [[ $# > 0 || -n "$ARG" ]]; do
|
||||||
if [[ -z "$ARG" ]]; then ARG=$1 ORIGIN_ARG=$1; shift; fi
|
if [[ -z "$ARG" ]]; then ARG=$1 ORIGIN_ARG=$1; shift; fi
|
||||||
case $1 in
|
case $ARG in
|
||||||
-i* ) BIN=install ;;
|
-i* ) BIN=install ;;
|
||||||
-r* ) BIN=uninstall ;;
|
-r* ) BIN=uninstall ;;
|
||||||
-q*|--quite ) export DFS_QUIET=1 ;;
|
-q*|--quite ) export DFS_QUIET=1 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user