7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
grunt;
|
|
cp -R build/android/* ~/Documents/Workshop/Sketchy-Android/sketchy/www/
|
|
cd ~/Documents/Workshop/Sketchy-Android/sketchy
|
|
phonegap run android
|