Skip to content

Commit

Permalink
Enhance exceptions and outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGSABRI committed Feb 1, 2013
1 parent 4fd6823 commit 280085b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bofk-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
=end

APP_ROOT = Dir.pwd
GEMS = $:.unshift File.join(APP_ROOT,'gems')
ROOT = $:.unshift(File.join(APP_ROOT,'lib'))
GEMS = "#{APP_ROOT}/gems"
BIN = "#{APP_ROOT}/bin"
OUT = "#{APP_ROOT}/out"


require 'pry'
require 'colorize'
require "#{GEMS}/colorize-0.5.8/lib/colorize"
require 'pattern'
require 'hex2lendian'
require 'hex2bin'
Expand Down

0 comments on commit 280085b

Please sign in to comment.