Brian Buller
14e2827377
* Fix issue with parsing AOC leaderboard JSON * Add aoc-util for different things * go mod * Makefile
10 lines
166 B
Bash
Executable File
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 ..
|