Re: [wmii] status.sh doesn't work

From: Georg Neis <gn_AT_oglaroon.de>
Date: Sun, 5 Mar 2006 12:02:31 +0100

* Ivan F. Villanueva B. <wmii_AT_artificialidea.com> wrote:
> I have created a file in .wmii-2.5 with the name "status",
> which is executable:
>
> #!/usr/local/9/bin/rc
>
> cpu=`cpufreq-info -fm`
> xwrite /bar/$1/date `echo "$cpu"`

* Anselm R. Garbe <garbeam_AT_wmii.de> wrote:
> On Sun, Mar 05, 2006 at 09:44:31AM +0100, Ivan F. Villanueva B. wrote:
> > xwrite /bar/$1/date `echo "$cpu"`
>
> It should look like
>
> xwrite /bar/$1/date $"cpu
>
> in rc syntax.

And
cpu=`{cpufreq-info -fm}
Received on Sun Mar 05 2006 - 13:02:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:00:43 UTC