Search:
Login
About Trac
Help/Guide
Settings
Wiki
Browse Source
View Tickets
New Ticket
Search
Last Change
Revision Log
root
/
trunk
/
scripts
/
restart
View revision:
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.
Download in other formats:
Original Format