9 lines
206 B
Bash
Executable File
9 lines
206 B
Bash
Executable File
#!/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
|