I'm trying to make a tiny OS X app that would start a bash script on-demand and print its output in a text field, but not its result after its completion, its result while it runs.
It'll be just a simple app with one start/stop button.
Any ideas of how I could do this?
Thanks a lot!