Sha256: 53855ae48dcb3752a01f8014035e8aa43bb0c9d4925893c8e8566a408f73a2cf
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
#!/usr/bin/env ruby require 'daemons' Signal.trap('INT') do puts("Quitting...") abort end HIPBOT_FILE = 'bot.rb' if File.exists?(HIPBOT_FILE) Daemons.run(HIPBOT_FILE) else puts "File #{HIPBOT_FILE} not found!" exit 1 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hipbot-1.0.4 | bin/hipbot |