5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
${top_srcdir}/tests/start-stop-agent --start
|
||
|
exit 0
|