From 55d0510313c623a5d9070b7ddc88693a63ca5c2b Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 15 Jun 2025 16:06:11 +0500 Subject: some scripts, bash, tmux changes --- scripts/genpasswd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/genpasswd (limited to 'scripts/genpasswd') diff --git a/scripts/genpasswd b/scripts/genpasswd new file mode 100755 index 0000000..bb7f016 --- /dev/null +++ b/scripts/genpasswd @@ -0,0 +1,5 @@ +#!/bin/sh + +for count in 0 1 2 3 4 ; do + echo $(tr -dc 'a-zA-Z0-9_'