Skip to content

Instantly share code, notes, and snippets.

@teabyii
Last active August 29, 2015 14:03
Show Gist options
  • Save teabyii/01dab38beb144968744e to your computer and use it in GitHub Desktop.
Save teabyii/01dab38beb144968744e to your computer and use it in GitHub Desktop.
Produce random code in shell
cat /dev/urandom | head -1 | md5sum | cut -c 1-16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment