all repos — pw @ 5ce74504501fe36ffd4dbb8cb22f156c4dfc8699

minimal password store

Satisfy SC2086

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 19 Nov 2019 17:48:32 +0530
commit

5ce74504501fe36ffd4dbb8cb22f156c4dfc8699

parent

68efa8d4af4694f8da16622faf1b02cdb13307cc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M pwpw

@@ -23,7 +23,7 @@ if [[ "$#" -eq 2 ]]; then

pass="$2" else # uses default length of 25 chars, unless PW_LEN is set - pass="$(pwgen ${PW_LEN:-25} 1 -s)" + pass="$(pwgen "${PW_LEN:-25}" 1 -s)" echo "pw: generated password for $1" fi if [[ ! -f "$PW_DIR/$1.gpg" ]]; then