Skip to content

Instantly share code, notes, and snippets.

/* 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 (kosmolot17@yandex.com)