9 lines
120 B
Bash
Executable File
9 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
scriptRoot="$(dirname "$0")/.."
|
|
|
|
thermal=$("$scriptRoot/thermal.sh")
|
|
|
|
"$scriptRoot/discord.sh" "$thermal"
|
|
|