add pashmenu

This commit is contained in:
randomuser 2021-07-16 15:45:53 -05:00
parent dc65460b08
commit 5763f619a6
2 changed files with 9 additions and 0 deletions

View File

@ -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

8
sh/pashmenu Executable file
View File

@ -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