4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cat /sys/devices/virtual/hwmon/hwmon1/temp1_input | head -c2
|