mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
4 lines
67 B
Ruby
Executable file
4 lines
67 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require "example"
|
|
Example::CLI.new.call(ARGV)
|