Created
January 23, 2015 15:39
-
-
Save eliotk/f0a65984010a84559d5f to your computer and use it in GitHub Desktop.
Set secret environment variable on the fly while hiding it from history and from the console output
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
read -s; export OS_PASSWORD=$REPLY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment