| title | Hey Day Bash Script |
|---|---|
| author | Matthew D. Buehler |
Hello! This simple bash script was written in honor of Auburn University's Hey Day. For more information about this event check out the University's website. This little script will ask for your name and return a salutation.
To run the command use a UNIX command line, or bash interpreter, and run
./hey-day.shIf the program doesn't appear to be running you may need to give it permissions to execute in which case you will use
chmod +x hey-day.shOnce the program has permission to execute you should be able to use the above code to run it.
Enjoy!