From c9e085d5ac06b402a41e5b76a8938249f70e0413 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 1 Feb 2022 18:08:29 -0300 Subject: [PATCH] Remove test.sh --- scripts/test.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 scripts/test.sh diff --git a/scripts/test.sh b/scripts/test.sh deleted file mode 100644 index 9ba4aff..0000000 --- a/scripts/test.sh +++ /dev/null @@ -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) \ No newline at end of file