#! /bin/sh # Question 9: # Modify your answer to question 7 so that your program will: # o source the keychain information about where your agent is; # o use the rsync program to copy the contents of the directory # ~/public_html to the directory ~/public_html-backup in your own # account on another computer. # For example, if your local account contains the file # ~/public_html/important.html, then the file # ~/public_html-backup/important.html will be created on the remote # computer if it does not exist, and the content will be identical on # both machines. prog=$(basename $0) usage() { cat <