Skip to content

Commit 399746c

Browse files
committed
Add bin/hatter.
1 parent 3f3990f commit 399746c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/hatter

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)