monitoring/sensors/monitor.sh

12 lines
181 B
Bash
Executable File

#!/bin/bash
# https://stackoverflow.com/a/1482133
SCRIPT_PATH=$(dirname -- "$( readlink -f -- "$0"; )";)
while true; do
${SCRIPT_PATH}/run.sh
sleep 300
done # FOREVER-LOOP