Created
December 12, 2017 18:15
-
-
Save miqui/515c687dd49065945f5cee55d35c7d3b to your computer and use it in GitHub Desktop.
create a pwd
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
| #~/usr/bin/env bash | |
| openssl rand -base64 32 | base64 | head -c 24 ; echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment