Skip to content
Snippets Groups Projects
mkpres.sh 426 B
#!/bin/sh

if ! [ -n "$1" ]; then
  echo "Usage: $0 <directory>"
  exit
fi

if [ -e $1 ]; then
  echo $1 already exists.
  exit
fi

here=`pwd`

mkdir $1
ln -s $here/lumc_logo.eps $1/
ln -s $here/lumc_logo_small.eps $1/
ln -s $here/ul_logo.eps $1/
ln -s $here/lgtc_logo.eps $1/
ln -s $here/nbic_logo.eps $1/
ln -s $here/gen2phen_logo.eps $1/
ln -s $here/Makefile $1/
ln -s $here/beamerthemelumc.sty $1/
cp presentation.tex $1/