9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
#!/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
|