Created
February 6, 2020 01:51
-
-
Save asears/a71c36a403daddd1d6e3b2620fbf564d to your computer and use it in GitHub Desktop.
Random Generator
This file contains hidden or 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 | |
| echo $RANDOM | |
| openssl rand -base64 32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment