diff options
| -rwxr-xr-x | pwgrep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ function setwipecmd () { function pwgrep () { local -r search=$1 + local -A dbs=() if [ -z "$ALL" ]; then dbs=$DB |
![]() |
index : pwgrep | |
| A password manager programmed in Bash and GNU AWK using GPG and Git |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | pwgrep.sh | 1 |
@@ -133,6 +133,7 @@ function setwipecmd () { function pwgrep () { local -r search=$1 + local -A dbs=() if [ -z "$ALL" ]; then dbs=$DB |