8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
|
||
|
require 'thor'
|
||
|
require 'avm/cli'
|
||
|
|
||
|
AVM::CLI.start
|
||
|
|