Files
shell-scripts/crons/thermal-log.sh
T

10 lines
141 B
Bash
Executable File

#!/bin/bash
LOCATION=`dirname "$0"`
thermal=`${LOCATION}/../thermal.sh`
echo "${thermal}"
${LOCATION}/../discord.sh thermal "${thermal}"