aboutsummaryrefslogtreecommitdiff
path: root/scripts/password_prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/password_prompt.sh')
-rwxr-xr-xscripts/password_prompt.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/password_prompt.sh b/scripts/password_prompt.sh
new file mode 100755
index 0000000..439db6c
--- /dev/null
+++ b/scripts/password_prompt.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+echo -n '' | dmenu -P -p "Password :: ";
+