summaryrefslogtreecommitdiff
path: root/scripts/gen_passwords
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen_passwords')
-rwxr-xr-xscripts/gen_passwords5
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