Sha256: ee8c0983f8523ba33c766da088aab6fbbe6c4dd27cc38d552b1627dd9d60dc06
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
#!/usr/bin/env ruby # Create ruby wrapper around non-ruby executable # http://stackoverflow.com/questions/23701726/deploy-a-shell-script-with-ruby-gem-and-install-in-bin-directory bin_dir = File.expand_path(File.dirname(__FILE__)) shell_script = File.join(bin_dir, 'lint84.sh') exec shell_script
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lint84-0.1.2 | bin/lint84 |
lint84-0.1.1 | bin/lint84 |
lint84-0.1.0 | bin/lint84 |