Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Lein doens't make a binary. Run java directly, until I move to Lein 2
  • Loading branch information
mtnygard committed Apr 20, 2012
1 parent 90073e8 commit 29209b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/example
@@ -1,2 +1,2 @@
#! /bin/bash #! /bin/bash
./utree dot example/sample.ut | tee example/sample.dot | dot -Tpng -o example/sample.png java -cp `lein classpath` utree.core dot example/sample.ut | tee example/sample.dot | dot -Tpng -o example/sample.png

0 comments on commit 29209b4

Please sign in to comment.