Skip to content

Instantly share code, notes, and snippets.

@582033
Created January 16, 2015 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 582033/49d33c6821259e4122af to your computer and use it in GitHub Desktop.
Save 582033/49d33c6821259e4122af to your computer and use it in GitHub Desktop.
rand
#!/usr/bin/env bash
m=10
n=20
touch rand.txt
for a in $(seq 1 $m)
do
mkpasswd -l $n >> ./rand.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment