Helperbot V2

This commit is contained in:
2023-11-30 12:40:06 -06:00
parent 29ff2c7daf
commit de126011c4
32 changed files with 1271 additions and 899 deletions

View File

@@ -1,21 +1,18 @@
helperbot:
go build -o build/helperbot cmd/helperbot/*.go
go build -o build/helperbot *.go
plugins:
./buildplugins.sh
package:
go build -o build/helperbot cmd/helperbot/*.go
go build -o build/helperbot *.go
./buildplugins.sh
cp cmd/helperbot/helperbot.service build/
cp helperbot.service build/
cd build && tar -zcvf helperbot.tgz *
run:
cd build && ./helperbot
aoc-util:
go build -o build/aoc-util cmd/aoc-util/*.go
clean:
./clean.sh