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