From f5848e9cf23e3eae338c622143f0ee38c8f997b2 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sat, 4 Jan 2020 20:38:39 +0100 Subject: [PATCH] added tool description --- auto-cpufreq.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/auto-cpufreq.py b/auto-cpufreq.py index 19451ad..ca037ee 100755 --- a/auto-cpufreq.py +++ b/auto-cpufreq.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 -# -# ToDo: add description +# +# auto-cpufreq - Automatic CPU speed & power optimizer for Linux +# +# Blog post: http://foolcontrol.org/?p=3124 import subprocess import os