#!/bin/shPLANESHIFT_DIR="/opt/planeshift"if[[!-d"${PLANESHIFT_DIR}"]];thenecho"Your Planeshift directory is missing. You need to reinstall Planeshift!"exit1ficd"${PLANESHIFT_DIR}"exportCRYSTAL="/opt/crystal/lib/crystalspace"exportCEL="/opt/crystal/lib/cel"
./pssetup$@