Created
December 7, 2016 19:30
-
-
Save andresvia/fff01a2596f672dbd90fe9ed22e8a0fa 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
#!/bin/bash | |
set -e -u | |
echo -n "read a var: " | |
read -r a_var | |
echo "you typed ${a_var}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment