Remove test.sh
This commit is contained in:
parent
0ffeb33bf9
commit
c9e085d5ac
|
@ -1,5 +0,0 @@
|
|||
source sadedot/scripts/common.sh
|
||||
setDialogBox "dialog"
|
||||
msg="\nFile already exists: $(basename "$1"), what would you like to do?"
|
||||
options=(1 "Skip" 2 "Skip ALL" 3 "Overwrite" 4 "Overwrite all" 5 "Backup" 6 "Backup all")
|
||||
selectedOption=$(displayDialogBox --menu "$msg" VALUES 0 "${options[@]}" 3>&1 1>&2 2>&3)
|
Loading…
Reference in New Issue