initial commit of bin scripts into git
This commit is contained in:
5
show_temps.sh
Executable file
5
show_temps.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
CPU=`sensors | grep 'Core 0' | cut -f2 -d+ | cut -f1 -d\.`
|
||||
export str="CPU: $CPU C"
|
||||
/usr/bin/mythutil --message --message_text "$str" --timeout 3 --bcastaddr=127.0.0.1
|
||||
Reference in New Issue
Block a user