6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
|
||
|
require 'twik/cli'
|
||
|
|
||
|
Twik::Cli.new(ARGV).run
|