root/trunk/scripts/restart

Revision 7, 84 bytes (checked in by whispercastorg, 2 years ago)

version 0.2.0

  • Property svn:executable set to
Line 
1 #!/bin/bash
2
3 pushd `dirname $0` > /dev/null
4
5 ./stop $1
6 ./start $1
7
8 popd > /dev/null
Note: See TracBrowser for help on using the browser.