summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/shellprompt
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/scripts/shellprompt')
-rwxr-xr-x.local/bin/scripts/shellprompt3
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/scripts/shellprompt b/.local/bin/scripts/shellprompt
deleted file mode 100755
index 80b045f..0000000
--- a/.local/bin/scripts/shellprompt
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-read -p "$1 [yN] " ans
-([[ "$ans" == "Y" || "$ans" == "y" ]] && exit 0) || exit 1