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 39a7ce70a1342690486a5ed57f162bfdfd1dcacf
parent 753e216884665daa862ca0503afdd542bb6597e0
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Fri, 31 Aug 2012 16:55:50 +0200

Use basename in usage.

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

diff --git a/password-store.sh b/password-store.sh @@ -66,8 +66,7 @@ clip() { ) & disown echo "Copied $2 to clipboard. Will clear in 45 seconds." } - -program="$0" +program="$(basename "$0")" command="$1" if isCommand "$command"; then shift