xml scripts for genmon (PPS)

David Mohr squisher at xfce.org
Wed Aug 12 17:28:29 CEST 2009


On Wed, Aug 12, 2009 at 8:42 AM, Ken F.<kwfj at suddenlink.net> wrote:
> This is my latest effort, and the output is XXX.
> #!/bin/bash
> declare -i celciusTemp
> celciusTemp=$(nvclock -T | cut ???"C")
> echo "<txt>"celciusTemp"</txt>"
> And I pointed it to ~/Desktop/nvclock

You might want to google abs-guide to get some basics of bash programming.

Last line should be: echo "<txt>$celciusTemp</txt>"

In that guide it'll also tell you about arithmetics.

~David



More information about the Xfce mailing list