Sha256: 838681f03a2abdc8b8b91c733ac8061913bb492df69c7222098a2d392f755d2c
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
#!/usr/bin/env ruby module AlfLauncher def self.load require "alf" rescue LoadError require "alf-shell" end def self.start(argv) load if ENV["ALF_OPTS"] argv = Quickl.parse_commandline_args(ENV["ALF_OPTS"]) + argv end Alf::Shell::Main.run(argv, __FILE__) end end # module AlfLaucher AlfLauncher.start(ARGV)
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
alf-shell-0.16.4 | bin/alf |
alf-shell-0.16.3 | bin/alf |
alf-shell-0.16.2 | bin/alf |
alf-shell-0.16.1 | bin/alf |
alf-shell-0.16.0 | bin/alf |
alf-shell-0.15.0 | bin/alf |