Skip to content

Commit

Permalink
Update visualise script
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 31, 2010
1 parent adfa7a2 commit c28ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualise.sh
@@ -1,4 +1,4 @@
#!/bin/sh

OUT=MustacheParserMachine.dot
ragel -p -V MustacheParserMachine.m.rl -o $OUT && open -a Graphviz $OUT
ragel -p -V MustacheParser.m.rl -o $OUT && open -a Graphviz $OUT

0 comments on commit c28ed2e

Please sign in to comment.