#!/bin/sh OLD_CWD=`pwd` cd instances/waeup.kofa echo "stopping paster..." ./bin/paster serve --stop-daemon echo "done." cd $OLD_CWD