Skip to content

Instantly share code, notes, and snippets.

@forbesmyester
Created February 20, 2015 16:25
Show Gist options
  • Save forbesmyester/1050547dc19563e26756 to your computer and use it in GitHub Desktop.
Save forbesmyester/1050547dc19563e26756 to your computer and use it in GitHub Desktop.
#!/bin/sh
cat /dev/urandom | base64 | sed 's/[^A-Za-z0-9]//' | head -c 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment