Files
shell-scripts/crons/thermal-log.sh
T
andrew 0a21caf6c2 rebuilt thermal, now works with all zones available.
discord will now work without hook specified.
2023-09-27 14:45:57 -04:00

9 lines
120 B
Bash
Executable File

#!/bin/bash
scriptRoot="$(dirname "$0")/.."
thermal=$("$scriptRoot/thermal.sh")
"$scriptRoot/discord.sh" "$thermal"