shell wrapper output
shell wrapper output
- Subject: shell wrapper output
- From: Martin Kautz <email@hidden>
- Date: Thu, 27 Sep 2001 16:45:43 +0200
Hello all,
I was just checking out the pref pane template in IB. Now I'd like to
write a small pane, which is starting/stopping mySQL as well as it
should show some status information of a (running) mysql daemon.
Basicly it should move that crappy shell stuff like './safe_mysqld...'
and 'ps -ax | grep mysqld' to the GUI.
I've already seen the little shell wrapper util (for wget) at
www.cocoadevcentral.com
Unfortunately this stops before sending some shell outputs to the GUI.
Does anybody know a good example for redirecting shell outputs to the
GUI?
Regards,
Martin