diff options
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 |