mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-22 04:46:02 +00:00
5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Xiaomi Notebook Air 13.3 (2016)
|
|
sensors | egrep 'Core [0-9]\:' | awk '{print $3}' | tr "\n" " " | sed -e 's/\ $//'
|
|
|