Skip to content

Instantly share code, notes, and snippets.

@astagi
Created September 13, 2013 20:47
Show Gist options
  • Save astagi/6555846 to your computer and use it in GitHub Desktop.
Save astagi/6555846 to your computer and use it in GitHub Desktop.
Just a simple script to build your Pebble app and launch the deploy server
#!/bin/sh
./waf build
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment