7 lines
70 B
Text
7 lines
70 B
Text
|
#!/usr/bin/env ruby
|
||
|
|
||
|
require 'webgalien'
|
||
|
|
||
|
Webgalien::Cli.start(ARGV)
|
||
|
|