Created
May 18, 2020 17:39
-
-
Save MrsTonedOne/df3537f303cbb41c95bf95688ce3195b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/git/tgstation | |
git fetch | |
git reset --hard origin/master | |
git clean -df | |
DreamMaker -o tgstation.dme > ~/web/public/objecttree.xml | |
zip -jD9 /home/static/web/public/byond/tgstation.zip tgstation.rsc | |
cd .. | |
zip -9rX /home/static/web/public/nightlies/tgstation.zip tgstation -x *.git/* | |
#cd ~/web/public | |
#rm objecttree.dat | |
#php findshit.php | |
cd ~/git/TerraGov-Marine-Corps | |
git fetch | |
git reset --hard origin/master | |
git clean -df | |
DreamMaker tgmc.dme | |
zip -jD9 /home/static/web/public/byond/tgmc.zip tgmc.rsc | |
cd .. | |
zip -9rX /home/static/web/public/nightlies/tgmc.zip TerraGov-Marine-Corps -x *.git/* | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment