You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ge 17fc90fee4 Add Nim required version 9 months ago
COPYING init 9 months ago
README.md Add Nim required version 9 months ago
cpufreq.nim init 9 months ago

README.md

cpufreq

Display current CPU frequencies from /proc/cpuinfo. This is a sample of the Nim language.

Usage: cpufreq [-b|--brief] [-t|--table] [-h|--help] [-v|--version]

Build from source

First install Nim language compiler. See instructions on Nim site. You need Nim v1.2.0 or newer.

Compile programm:

nim c cpufreq.nim

Done! You can place cpufreq executable to your PATH, e.g. /urs/local/bin.