Is there a command to pipe to the display?

Posted by: chuckcheeze

Is there a command to pipe to the display? - 13/05/2005 11:20

I have timesync running. I do not carry my serial cable everywhere, but I do carry a ethernet cable and occassionally hook into my work LAN.

Is there a command to output "Timesync Successful" on the display temporarily (10secs) if the script runs successfully?

Thanks in advance.
Posted by: wfaulk

Re: Is there a command to pipe to the display? - 13/05/2005 12:12

echo "popup 10 Timesync Successful" > /proc/empeg_notify

Ten seconds is a long time, though.
Posted by: chuckcheeze

Re: Is there a command to pipe to the display? - 13/05/2005 16:41

sweet...thanks!