http://d.hatena.ne.jp/unageanu/20080125/1201255847 ã®éãã³ããããã°ã©ãã³ã° macã®growlã§3ç§ããã«åºããã¼ã¢ã³ daemon-test.rb #!/usr/bin/ruby require 'webrick' require 'rubygems' require 'ruby-growl' g = Growl.new('localhost','growltest',['event1','event2'],nil,'') # ãããã¯ãdaemonã¨ãã¦å®è¡ã WEBrick::Daemon.start { loop { g.notify('event1','title','daemon test') sleep 3 } } ruby test-daemon.rb ãã¦åããã¦ã psãã㨠sho@hashimoto-shou-n
{{#tags}}- {{label}}
{{/tags}}