We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef53145 + 8ea37fb commit a5f80caCopy full SHA for a5f80ca
1 file changed
bin/jammit
@@ -1,5 +1,8 @@
1
#!/usr/bin/env ruby -rrubygems
2
+require 'pathname'
3
-require "#{File.dirname(__FILE__)}/../lib/jammit/command_line.rb"
4
+APP_ROOT = File.dirname(Pathname.new(__FILE__).realpath)
5
+jammit_cl = File.join(APP_ROOT,'../lib/jammit/command_line.rb')
6
+require "#{jammit_cl}"
7
8
Jammit::CommandLine.new
0 commit comments