[mythtv-users] mythmessage - what I learned

Brent Norris brent at brentnorris.net
Mon Jun 25 20:36:24 UTC 2012


On 6/25/2012 11:05 AM, Scott & Nicole Harris wrote:
> #!/bin/sh
> echo "Content-type: text/html\n"
> echo ""
> echo "Hello World"
> mythutil --message --message_text "Hi There" --timeout  5 -v 
> --bcastaddr 192.168.25.32

It is usually a good idea to explicitly set the path to the mythutil 
program.  You could do something like this

prog=/path/to/mythutil

$prog --message --message_text "Hi There" --timeout  5 -v --bcastaddr 
192.168.25.32


More information about the mythtv-users mailing list