home · contact · privacy
Add forgotten file.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 11 Mar 2025 23:15:12 +0000 (00:15 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 11 Mar 2025 23:15:12 +0000 (00:15 +0100)
testing/home/desktop/.nonpath_bins/plomlib.sh [new file with mode: 0644]

diff --git a/testing/home/desktop/.nonpath_bins/plomlib.sh b/testing/home/desktop/.nonpath_bins/plomlib.sh
new file mode 100644 (file)
index 0000000..43e9aca
--- /dev/null
@@ -0,0 +1,8 @@
+get_passphrase() {
+    stty -echo
+    printf "\nPassphrase: "
+    read PASSPHRASE
+    stty echo
+    echo "" # newline so user knows their input return was accepted
+}
+