
tar:
	tar -cvf ../intro.tar --exclude intro.tar ./* 
	cp ../intro.tar .
	scp intro.tar richmond@spiff.rit.edu:classes_www/phys106/lectures/intro
