$ echo \#\!/bin/sh > planeshiftserver.sh$ echo "export CRYSTAL=$PWD/cs/" >> planeshiftserver.sh$ echo "export CEL=$PWD/cel/" >> planeshiftserver.sh$ echo "export CSCONFPATH=$PWD/cs" >> planeshiftserver.sh$ echo "cd $PWD/planeshift/" >> planeshiftserver.sh$ echo "./psserver \$@" >> planeshiftserver.sh$ chmod +x planeshiftserver.sh
$ echo \#\!/bin/sh > planeshiftclient.sh$ echo "export CRYSTAL=$PWD/cs/" >> planeshiftclient.sh$ echo "export CEL=$PWD/cel/" >> planeshiftclient.sh$ echo "export CSCONFPATH=$PWD/cs" >> planeshiftclient.sh$ echo "cd $PWD/planeshift/" >> planeshiftclient.sh$ echo "./psclient \$@" >> planeshiftclient.sh$ chmod +x planeshiftclient.sh