Ivica Ico Bukvic wrote:
#/bin/bash
cpufreq-set -g ondemand > qjackctl_cpufreq.log 2>&1
Unfortunately this particular app generates no output whatsoever so logging
it does absolutely nothing. Its help file also suggests there is no way to
produce a verbose version either.
Any other ideas?
Ico
let the script be more elaborate:
#!/bin/bash
cpufreq-set -g ondemand
rc=$?
echo "`date` rc=$rc" >> qjackctl_cpufreq.log
--
rncbc aka Rui Nuno Capela
rncbc(a)rncbc.org