Created
July 9, 2016 20:00
-
-
Save dannysmith/b2f488e01c2c08bc882c3093af0c5f4a 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
| # Get admin password & store in $passwd | |
| echo -n "Admin Password: " | |
| stty -echo | |
| read passwd | |
| stty echo | |
| echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment