New Slack Library

This commit is contained in:
2023-11-29 17:54:12 -06:00
parent 09a662a8cd
commit 29ff2c7daf
12 changed files with 80 additions and 103 deletions

View File

@@ -11,6 +11,9 @@ package:
cp cmd/helperbot/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