Sha256: f25153b1f96cf0cbf76f4199dff417205790dcb10ef98ca54d991109e6ac1bee

Contents?: true

Size: 230 Bytes

Versions: 11

Compression:

Stored size: 230 Bytes

Contents

#!/usr/bin/env ruby
$:.unshift File.dirname(__FILE__)+"/../lib"
require 'rubygems'
require 'stackfu'

HighLine.track_eof = false
$dev = (ENV['STACKFU_ENV'] || "production") == "development"

app = StackFu::App.new(ARGV)
app.start

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stackfu-0.1.8.1 bin/stackfu
stackfu-0.1.8 bin/stackfu
stackfu-0.1.7 bin/stackfu
stackfu-0.1.6 bin/stackfu
stackfu-0.1.5 bin/stackfu
stackfu-0.1.4 bin/stackfu
stackfu-0.1.3 bin/stackfu
stackfu-0.1.2.2 bin/stackfu
stackfu-0.1.2.1 bin/stackfu
stackfu-0.1.1 bin/stackfu
stackfu-0.1.0 bin/stackfu