# this is a shell script to back up the contents of 
# /mit/lucydev/src/motif/doc to the ~/thesis/backup directory.
# this file should be in /mit/lucydev/src/motif/doc 

echo "backing up thesis document directory to directory /mit/ukim/thesis/backup"
cp *.tex /mit/ukim/thesis/backup
echo "backing complete"

