Sha256: 24bbf70191bea34aedba3446cf720dea1fc3738eef20736d4bed4f796cc92ef6

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

#!/usr/bin/env ruby

require 'space2underscore'

result  = Space2underscore.convert_to_underscore(ARGV)
command = Space2underscore.copy_command(result)
puts result.first; system(command)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
space2underscore-0.0.7 bin/space2underscore