10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
LOCATION=`dirname "$0"`
|
|
|
|
thermal=`${LOCATION}/../thermal.sh`
|
|
|
|
echo "${thermal}"
|
|
${LOCATION}/../discord.sh thermal "${thermal}"
|
|
|