if test ! -e ../pk; then
   mkdir ../pk
   chmod 0755 ../pk
fi
if test ! -e ../tfm; then
   mkdir ../tfm
   chmod 0755 ../tfm
fi
