Sha256: 4fe94b35e9595d5705b8d9a9424ffc9826d2069ef549012360280c99e88f9ec9
Contents?: true
Size: 230 Bytes
Versions: 7
Compression:
Stored size: 230 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'bundler/setup' require 'frankly' begin require 'frankly/cli' Frankly::CLI.start rescue Interrupt => e puts "\nQuitting..." exit 1 rescue SystemExit => e exit e.status end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
frankly-0.1.6 | bin/frankly |
frankly-0.1.5 | bin/frankly |
frankly-0.1.4 | bin/frankly |
frankly-0.1.3 | bin/frankly |
frankly-0.1.2 | bin/frankly |
frankly-0.1.1 | bin/frankly |
frankly-0.1.0 | bin/frankly |