Skip to content

Commit

Permalink
My third script
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Apr 1, 2024
1 parent a46a1bb commit 1b5a8e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
#This is just a simple example of an interactive script

echo ""
echo "Hey. What's your first name?"
read a
echo "Thankyou Mr./Mrs. $a Please give us your second name?"
read b
echo "Thank you very much Mr./Mrs. $a $b for your second name."
echo "****************"
echo "Hello again Mr./Mrs. $a $b, it's time to say goodbye."

0 comments on commit 1b5a8e3

Please sign in to comment.