topical media & game development
basic-shell-app-a-exercise-02-05.sh / sh
echo -n "Please enter your first name: "
read FIRSTNAME
echo -n "Please enter your last name: "
read LASTNAME
echo -n "Please enter the name of the province where you live: "
read PROVINCE
FULLNAME="LASTNAME"
MESSAGE="Well, PROVINCE, welcome to our huge"
MESSAGE="MESSAGE"
echo "You will now be known as Worker Unit 10236."
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.