password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit ee68d6ccf2224950eef655cdba4fed93e062f253
parent da2f920784c5b43f2f581246544150554c8d69c7
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Tue, 24 Jul 2012 19:44:49 +0200

Exit after help.

Diffstat:
Mpassword-store.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/password-store.sh b/password-store.sh @@ -40,6 +40,7 @@ if [[ $1 == "--init" ]]; then exit 0 elif [[ $1 == "--help" ]]; then usage + exit 0 fi if ! [[ -f $ID ]]; then