Created
November 24, 2016 21:08
-
-
Save devdrops/ff9f484fc3d6a2a778fafae04ba117ef to your computer and use it in GitHub Desktop.
Bash: prompt usage
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/bash | |
#FOO=$1 | |
#echo $FOO | |
echo -n 'What is your favorite color? ' | |
read color | |
echo $color |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment