5 lines
96 B
Plaintext
Raw Normal View History

2021-02-13 19:28:59 +03:00
#!/bin/sh
temp=$(acpi -t | sed 's/.*, //;s/ degrees //;s/C//' | cut -d'.' -f1)
echo "$temp"°C