helperbot/package.sh

8 lines
128 B
Bash
Raw Normal View History

2019-11-13 00:57:25 +00:00
#!/bin/bash
rm helperbot.tgz
cd cmd
go build -o helperbot
2023-12-01 16:57:15 +00:00
tar -zcvf ../helperbot.tgz helperbot helperbot.service plugins
cd ..