Create questions.sh

Look for answers.sh file
This commit is contained in:
Ankam Ravi Kumar
2021-08-05 21:49:07 +05:30
committed by GitHub
parent a4c4cd8b8a
commit b8659a9cf4

11
questions.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
## Questions
echo "Hi"
read $REPLY
echo "How are you?"
read $REPLY
echo "Whats your Name?"
read $REPLY