feat: dktop alias
This commit is contained in:
parent
ca8b5a4539
commit
897a049f47
4 changed files with 7 additions and 6 deletions
|
@ -53,7 +53,7 @@ while getopts hcCviIna o; do
|
|||
;;
|
||||
C)
|
||||
CLEAN="$(add_opt "$CLEAN" "$c")"
|
||||
CON_OPT="-f"
|
||||
CON_OPT='-f'
|
||||
;;
|
||||
v)
|
||||
CLEAN="$(add_opt "$CLEAN" "$v")"
|
||||
|
@ -70,7 +70,7 @@ while getopts hcCviIna o; do
|
|||
;;
|
||||
a)
|
||||
CLEAN="$(add_opt "$CLEAN" "$c" "$v" "$i" "$n")"
|
||||
CON_OPT="-f"
|
||||
CON_OPT='-f'
|
||||
IMG_OPT='-a'
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue