joshu / mars forked from rubys/mars

Yet Another Planet Refactoring

mars / splice.rb
100644 11 lines (7 sloc) 0.161 kb
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/ruby
 
require 'planet/config'
require 'planet/spider'
require 'planet/splice'
 
ARGV.each {|arg| Planet.config.read arg}
 
#Planet.spider
Planet.splice