From bf962aa998b7cebe52ea94141690475f4fdc1fe0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 1 Jan 2025 21:33:20 +0500 Subject: initial commit --- scripts/gen_passwords | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/gen_passwords (limited to 'scripts/gen_passwords') diff --git a/scripts/gen_passwords b/scripts/gen_passwords new file mode 100755 index 0000000..bb7f016 --- /dev/null +++ b/scripts/gen_passwords @@ -0,0 +1,5 @@ +#!/bin/sh + +for count in 0 1 2 3 4 ; do + echo $(tr -dc 'a-zA-Z0-9_'