Sha256: d1cfd3f4635cbfcec877551c6b9d3014a75118668fc90de82066fb905720f086
Contents?: true
Size: 225 Bytes
Versions: 5
Compression:
Stored size: 225 Bytes
Contents
#!/usr/bin/env ruby begin require 'launchy' rescue LoadError path = File.expand_path(File.join(File.dirname(__FILE__),"..","lib")) raise if $:.include? path $: << path retry end Launchy.do_magic(*ARGV)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
launchy-0.1.0 | bin/launchy |
launchy-0.1.1 | bin/launchy |
launchy-0.1.2 | bin/launchy |
launchy-0.2.0 | bin/launchy |
launchy-0.2.1 | bin/launchy |