diff --git a/questions.sh b/questions.sh new file mode 100644 index 0000000..c93a791 --- /dev/null +++ b/questions.sh @@ -0,0 +1,11 @@ +#!/bin/bash +## Questions + +echo "Hi" +read $REPLY + +echo "How are you?" +read $REPLY + +echo "Whats your Name?" +read $REPLY