Last active
May 10, 2019 11:50
-
-
Save nexus166/a4668705e805715fc6c1fed5d325d460 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/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