8 lines
149 B
Ruby
8 lines
149 B
Ruby
![]() |
#!/usr/bin/env ruby
|
||
|
|
||
|
require 'rubygems'
|
||
|
require 'daemons'
|
||
|
|
||
|
mypath = File.expand_path(File.dirname(__FILE__))
|
||
|
Daemons.run("#{mypath}/hothotpiper.rb")
|