7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
scriptRoot="$(dirname "$0")/.."
|
|
|
|
"$scriptRoot/thermal.sh" | "$scriptRoot/discord.sh" -c "yellow" -t "Thermal Status"
|
|
|