#! /bin/sh # # Bourne shell script to copy CS 111 homework files to my CS 111 directory. # Must be run as root. cp -r /users/cs111-1hw /users/carlson/cs111 chown -R carlson.users /users/carlson/cs111/cs111-1hw chmod 700 /users/carlson/cs111/cs111-1hw