Skip to content

Commit b8659a9

Browse files
authored
Create questions.sh
Look for answers.sh file
1 parent a4c4cd8 commit b8659a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

questions.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
## Questions
3+
4+
echo "Hi"
5+
read $REPLY
6+
7+
echo "How are you?"
8+
read $REPLY
9+
10+
echo "Whats your Name?"
11+
read $REPLY

0 commit comments

Comments
 (0)