diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-15 16:06:11 +0500 |
commit | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (patch) | |
tree | 9d2308af32704325505f0a18e95365e37f004214 /scripts/gen_passwords | |
parent | 01180bc8d01a3511c355567ac5734cac6e132ab5 (diff) |
some scripts, bash, tmux changes
Diffstat (limited to 'scripts/gen_passwords')
-rwxr-xr-x | scripts/gen_passwords | 5 |
1 files changed, 0 insertions, 5 deletions
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_' </dev/urandom | head -c 16) -done |