Created
December 9, 2015 00:31
-
-
Save jgraham909/711a9e0957758455ce21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
NEWRAND=$(cat /dev/urandom | env LC_CTYPE=C tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1) | |
echo "Type the following; '$NEWRAND'" | |
read var1 | |
echo "You typed $var1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment