NOTE: This is a little different than what is described in video.
Create one script that does two things. It creates a backup of your directory or performs a security check to be sure the files have not been changed without you knowing.
Your script must do the following:
1) If the user indicates option 1 on the command line, it performs a backup of your home directory structure.
2) If the user indicates option 2 on the command line, to does a security check. The script checks if any files in a directory have changed (use sha1sum and diff). You will need to create a temporary file to hold the new data so you can compare the two. You code should also do the following: