5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
export LOG_PATH=/var/log/one.log
|
|
exec /usr/local/bin/wmtest-helper-spawner 10
|