* Ivan F. Villanueva B. <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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}

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to