5 projName=`git rev-parse --show-toplevel`
7 docs=`find $projName -name docs | grep --invert-match
'\/.git\/'`
9 if [ ! -f $docs/presentation.tex ]
12 echo
"Must be called from within a directory that was set up by" 13 echo
"crombie workspace and initialized as a git repository." 25 echo
"Presentation already exists with selected date: $date" 32 cp $docs/presentation.tex $target/$USER\_${projName
34 cp $docs/download.sh $target/figs/.