Sha256: b05dcc80f560238fa6007166ee3588447733b297292a9385396cefacf9f5a975

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), %w< .. lib > ))

require 'rubygems'

require 'fig/command'

return_code = Fig::Command.new.run_with_exception_handling(ARGV)
exit return_code

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fig-0.1.62 bin/fig
fig-0.1.61 bin/fig
fig-0.1.59 bin/fig
fig-0.1.57 bin/fig
fig-0.1.55 bin/fig
fig-0.1.54 bin/fig
fig-0.1.53 bin/fig
fig-0.1.52 bin/fig