We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3990f commit 399746cCopy full SHA for 399746c
bin/hatter
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
3
+cd $DIR && cd .. && bundle exec ruby -I lib lib/hatter.rb
0 commit comments