Sha256: 5abdafc9cc34170913005c01ffec344210fd4731d1b865fa5258e093321bd9d4

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 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.open(*ARGV)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
launchy-0.3.0 bin/launchy