Created
August 8, 2014 13:41
-
-
Save angelpinheiro/ca8b9f7cc97b89262b89 to your computer and use it in GitHub Desktop.
Execute maze visualizer example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git clone https://github.com/angelpinheiro/hipster-maze-visualizer.git /tmp/hmvexample/ | |
cd /tmp/hmvexample/ | |
mvn package && mvn exec:java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment