Skip to content

Instantly share code, notes, and snippets.

@jgraham909
Created December 9, 2015 00:31
Show Gist options
  • Save jgraham909/711a9e0957758455ce21 to your computer and use it in GitHub Desktop.
Save jgraham909/711a9e0957758455ce21 to your computer and use it in GitHub Desktop.
#!/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