7 lines
149 B
Ruby
Executable file
7 lines
149 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require 'rubygems'
|
|
require 'daemons'
|
|
|
|
mypath = File.expand_path(File.dirname(__FILE__))
|
|
Daemons.run("#{mypath}/hotcoldrain.rb")
|