6 lines
217 B
Bash
6 lines
217 B
Bash
#!/bin/sh
|
|
# experiment hook script; write commands here to execute on the host at the
|
|
# specified state
|
|
|
|
sh /usr/local/share/core/examples/hooks/timesyncstop.sh
|
|
sh /usr/local/share/core/examples/hooks/perflogstart.sh
|