Data Analysis: Bash Scripting

All Homework Must be Uploaded to it own GitHub repository. You will copy the URL Link for your GitHub Repository and Submit that link for each of your homework assignments

For this assignment, write a .sh file called boot.sh. In the same directory as boot.sh, create a Python file that plays a game of rock paper scissors. Use boot.sh to ask users if they’d like to play rock paper scissors; if they answer ‘yes’, then execute the Python file. If not, have the shell file tell users ‘That’s too bad, maybe next time’.

It is common to use Shell scripts to boot entire applications; this is a very small version of that same concept.

The notion document attached comes courtesy of Coding Temple’s very own Derek Hawkins and covers similar topics.
Upload your Python and your shell script to GitHub, and post the repo link here.

Skip to content