9 lines
No EOL
276 B
Bash
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 |