bin/annotate in osso-0.0.5.pre.zeta vs bin/annotate in osso-0.0.5
- old
+ new
@@ -1,2 +1,4 @@
-annotate --require osso.rb --models --model-dir ./lib/osso/models/ --position bottom -k -i
+#!/bin/sh
+
+annotate --require osso.rb --models --model-dir=./lib/osso/models/ --position bottom -k -i
\ No newline at end of file