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/gen_passwords | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/gen_passwords (limited to 'scripts/gen_passwords') diff --git a/scripts/gen_passwords b/scripts/gen_passwords deleted file mode 100755 index bb7f016..0000000 --- a/scripts/gen_passwords +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -for count in 0 1 2 3 4 ; do - echo $(tr -dc 'a-zA-Z0-9_'