Created
February 4, 2018 04:27
-
-
Save gladiopeace/2e6d0945fec867c404e68419d6091c83 to your computer and use it in GitHub Desktop.
create random passowrd
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
tr -dc A-Za-z0-9_ < /dev/urandom | head -c12 | xargs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment