4 lines
64 B
Text
4 lines
64 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cat "/proc/acpi/ibm/fan" | grep "speed" | cut -f3
|
||
|
|
|