Sketchy/deploy-android

7 lines
161 B
Plaintext
Raw Normal View History

2014-05-02 15:13:10 +00:00
#!/bin/bash
grunt;
cp -R build/android/* ~/Documents/Workshop/Sketchy-Android/sketchy/www/
cd ~/Documents/Workshop/Sketchy-Android/sketchy
phonegap run android