Last active
December 17, 2015 19:19
-
-
Save dcunited001/5659685 to your computer and use it in GitHub Desktop.
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
| #=============================== | |
| # Hub Auth | |
| #=============================== | |
| alias hub="hub-auto-auth; hub" | |
| hub-auto-auth() { | |
| if [ -n $GITHUB_USER ]; then read -s GITHUB_USER; else echo "USERNAME: $GITHUB_USER"; fi | |
| if [ -n $GITHUB_PASSWORD ]; then read -s GITHUB_PASSWORD; else echo "PASSWORD: ..."; fi; } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not working for me. no time at the moment.