mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-25 01:28:51 +00:00
Create questions.sh
Look for answers.sh file
This commit is contained in:
11
questions.sh
Normal file
11
questions.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
## Questions
|
||||
|
||||
echo "Hi"
|
||||
read $REPLY
|
||||
|
||||
echo "How are you?"
|
||||
read $REPLY
|
||||
|
||||
echo "Whats your Name?"
|
||||
read $REPLY
|
Reference in New Issue
Block a user