GeoRSS aggregator and Layar augmented reality server
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- #!/usr/bin/env ruby
-
- require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
- require 'delayed/command'
- Delayed::Command.new(ARGV).daemonize
|