public/de.wigbels.ruby/hothotread/daemon_run_water.rb

8 lines
155 B
Ruby
Raw Normal View History

2025-02-08 16:53:10 +01:00
#!/usr/bin/env ruby
require 'rubygems'
require 'daemons'
mypath = File.expand_path(File.dirname(__FILE__))
Daemons.run("#{mypath}/hothotpiper_water.rb")