1 2 3 4 5 6 7
#!/bin/sh mkdir ./build/web/zip cp ./build/web/game* ./build/web/zip mv ./build/web/zip/game.html ./build/web/zip/index.html zip -r ./build/web/zip/blaidville_prototype.zip ./build/web/zip/* rm ./build/web/zip/game* ./build/web/zip/index.html