wordexp/exe/wordexp

4 lines
70 B
Ruby
Executable file

#!/usr/bin/env ruby -w
require 'wordexp'
Wordexp::CLI.new.call(ARGV)