source: main/waeup.stress/trunk/kofa01/post_run.sh @ 8654

Last change on this file since 8654 was 8654, checked in by uli, 12 years ago

Put local stresstest stuff into SVN. Yet not too useable!

  • Property svn:executable set to *
File size: 132 bytes
Line 
1#!/bin/sh
2
3OLD_CWD=`pwd`
4cd instances/waeup.kofa
5echo "stopping paster..."
6./bin/paster serve --stop-daemon
7echo "done."
8cd $OLD_CWD
Note: See TracBrowser for help on using the repository browser.