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

8 lines
153 B
Ruby
Raw Permalink 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_gas.rb")