From 83db2f3ca886ce2d150416396280bdade603d2a6 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 12 Mar 2025 00:15:12 +0100 Subject: [PATCH] Add forgotten file. --- testing/home/desktop/.nonpath_bins/plomlib.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/home/desktop/.nonpath_bins/plomlib.sh 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 +} + -- 2.30.2