Sha256: f03601de545e50aa394d21c39a8606d02f6faea53c998a21f075cf663fc4f88e
Contents?: true
Size: 270 Bytes
Versions: 7
Compression:
Stored size: 270 Bytes
Contents
#!/usr/local/bin/ruby # reads from standard input and writes the number # of lines to standard output # used to test cmdpipe Rios $:.unshift File.expand_path(File.dirname(__FILE__)+'/../../lib/') require 'rio' dir = ARGV.shift || '.' rio(dir).chdir { puts rio[] }
Version data entries
7 entries across 7 versions & 2 rubygems