From b65b625f7852f177d9c280425970c54154931d60 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 10 May 2020 02:39:33 -0500 Subject: [PATCH] Add password generation script I'm using these way too much lol --- pwgen-vault.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pwgen-vault.sh diff --git a/pwgen-vault.sh b/pwgen-vault.sh new file mode 100644 index 0000000..7c4151e --- /dev/null +++ b/pwgen-vault.sh @@ -0,0 +1,2 @@ +#! /bin/sh +pwgen 16 1 | ansible-vault encrypt_string