From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 11 Mar 2025 23:15:12 +0000 (+0100)
Subject: Add forgotten file.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/ledger?a=commitdiff_plain;h=83db2f3ca886ce2d150416396280bdade603d2a6;p=config

Add forgotten file.
---

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