add pashmenu
This commit is contained in:
parent
dc65460b08
commit
5763f619a6
1
Makefile
1
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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue