I wrote a Ruby script that I want to run in the background repeatedly as long as the computer is running.I was planning on using GeekTool to get this .rb file to run in the background, but I\'m having
I am trying to run growlnotify from inside a ruby script. The command I am using is this system(\"growlnotify Test -m message\").