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 da2f920784c5b43f2f581246544150554c8d69c7
parent 193d72299b2532081fdb0caf35f7d60d61f4b858
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Tue, 24 Jul 2012 19:29:33 +0200

Use bash instead of sh, per bug report.

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

diff --git a/password-store.sh b/password-store.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash umask 077