mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-06-26 04:59:34 +00:00
4 lines
70 B
Ruby
Executable file
4 lines
70 B
Ruby
Executable file
#!/usr/bin/env ruby -w
|
|
|
|
require 'wordexp'
|
|
Wordexp::CLI.new.call(ARGV)
|