7 lines
164 B
Text
7 lines
164 B
Text
|
#!/bin/sh
|
||
|
|
||
|
PWD=`pwd`
|
||
|
|
||
|
service up ${PWD}/subs -config ${PWD}/system.conf -script ${PWD}/down
|
||
|
service up ${PWD}/dstest -config ${PWD}/system.conf -script ${PWD}/down
|