Skip to content

Instantly share code, notes, and snippets.

@MrStonedOne
Created May 18, 2020 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrStonedOne/df3537f303cbb41c95bf95688ce3195b to your computer and use it in GitHub Desktop.
Save MrStonedOne/df3537f303cbb41c95bf95688ce3195b to your computer and use it in GitHub Desktop.
#!/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