poa-network-monitor/scripts/monitor-sokol.sh

6 lines
116 B
Bash
Executable File

#!/bin/bash
cd ../"${BASH_SOURCE%/*}"
node ./test-result-monitor.js sokol 1800 >> ./logs/monitor-sokol-log 2>&1;