#!/bin/bash

cat "/proc/acpi/ibm/fan" | grep "speed" | cut -f3

