Skip to content

Instantly share code, notes, and snippets.

@asus4
Created October 31, 2013 15:32
Show Gist options
  • Save asus4/7251771 to your computer and use it in GitHub Desktop.
Save asus4/7251771 to your computer and use it in GitHub Desktop.
Build script for openFrameworks RaspberryPI
#!/bin/sh
git pull
make
./bin/testApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment