Adafruit-WebIDE/scripts/remote.sh
2012-11-02 11:46:01 -05:00

9 lines
No EOL
276 B
Bash

cd /home/pi/Adafruit-WebIDE
git checkout alpha
git pull origin alpha
tar -zcvf editor.tar.gz * --exclude .git --exclude .gitignore
cd /home/pi/Adafruit-WebIDE-Update
git checkout alpha
git pull origin alpha
tar -zcvf editor-update.tar.gz * --exclude .git --exclude .gitignore