Files
shell-scripting-tutorial/questions.sh
Ankam Ravi Kumar b8659a9cf4 Create questions.sh
Look for answers.sh file
2021-08-05 21:49:07 +05:30

12 lines
118 B
Bash

#!/bin/bash
## Questions
echo "Hi"
read $REPLY
echo "How are you?"
read $REPLY
echo "Whats your Name?"
read $REPLY