Files
cheesy-arena-lite/package

9 lines
252 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
rm -rf db/backups
rm -rf static/logs
mkdir -p static/logs
go clean
go build
2017-09-03 21:01:12 -07:00
zip -r -X cheesy-arena.zip LICENSE README.md access_point_config.tar.gz cheesy-arena cheesy-arena.command db font schedules static switch_config.txt templates