Skip to content

Instantly share code, notes, and snippets.

@nexus166
Last active May 10, 2019 11:50
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 nexus166/a4668705e805715fc6c1fed5d325d460 to your computer and use it in GitHub Desktop.
Save nexus166/a4668705e805715fc6c1fed5d325d460 to your computer and use it in GitHub Desktop.
#!/bin/sh -e
printf "%s" "$(tr -cd '[:graph:]' < ${2:-/dev/urandom} | tr -d '\-#&\+,\.\/\:\`\"'\' | head -c${1:-32})";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment