This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* cpu-info.vala | |
* | |
* requirements: | |
* * lscpu (if not exists, query() always throws an error) | |
* | |
* deps: | |
* * glib-2.0 | |
* * gobject-2.0 | |
* | |
* Written in 2018 by kosmolot ([email protected]) |
OlderNewer