Sha256: b228b6e97d68deef46bec6a35dd8ebb8c3356f2f26a8d5f97dbbf808e317f347

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

pn = Pathname.new(__FILE__)
target_pn = pn.parent.join("cmd.sh").expand_path

=begin
puts target_pn.to_s

# system( "#{target_pn.to_s} #{*ARGSV}" ) 
# system( "#{target_pn.to_s} #{ARGV[0]}" ) 
p ARGV[0]
p ARGV[1]
p ARGV[2]

puts ARGV.join(" ")
=end

system( "#{target_pn.to_s} #{ARGV.join(' ')}" ) 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clitest-0.1.5 bin/clitest