aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/dmenu_pass
diff options
context:
space:
mode:
Diffstat (limited to 'basics/.local/bin/dmenu_pass')
-rwxr-xr-xbasics/.local/bin/dmenu_pass5
1 files changed, 5 insertions, 0 deletions
diff --git a/basics/.local/bin/dmenu_pass b/basics/.local/bin/dmenu_pass
new file mode 100755
index 0000000..02250be
--- /dev/null
+++ b/basics/.local/bin/dmenu_pass
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+prompt=${1:-Password}
+
+dmenu -P -p "$prompt" <&-