From 5763f619a61aa6eb64841b17b6f3c7e1cd8e1f62 Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 16 Jul 2021 15:45:53 -0500 Subject: [PATCH] add pashmenu --- Makefile | 1 + sh/pashmenu | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100755 sh/pashmenu diff --git a/Makefile b/Makefile index 855da61..7a55928 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ sh: cp -f sh/yt $(DESTDIR)$(PREFIX)/bin cp -f sh/connect $(DESTDIR)$(PREFIX)/bin cp -f sh/nws $(DESTDIR)$(PREFIX)/bin + cp -f sh/pashmenu $(DESTDIR)$(PREFIX)/bin cp -f sh/urlhandle $(DESTDIR)$(PREFIX)/bin cp -f sh/ftphandle $(DESTDIR)$(PREFIX)/bin cp -f sh/indicate $(DESTDIR)$(PREFIX)/bin diff --git a/sh/pashmenu b/sh/pashmenu new file mode 100755 index 0000000..f6a1ce6 --- /dev/null +++ b/sh/pashmenu @@ -0,0 +1,8 @@ +#!/bin/sh + +# this is pashmenu. this program will only work if gpg's +# gui password dialog is enabled. i'm not why it's enabled, +# but it's required for this to work. + +choice=$(pash l | nenu) +pash c $choice