helperbot/package.sh
Brian Buller 14e2827377 Several Fixes/Improvements
* Fix issue with parsing AOC leaderboard JSON
* Add aoc-util for different things
* go mod
* Makefile
2021-12-01 11:41:19 -06:00

10 lines
166 B
Bash
Executable File

#!/bin/bash
rm helperbot.tgz
./buildplugins.sh
cd cmd
go build -o helperbot
mv plugins build/
#tar -zcvf ../helperbot.tgz helperbot helperbot.service plugins
#cd ..