helperbot/package.sh

9 lines
146 B
Bash
Raw Normal View History

2019-11-13 00:57:25 +00:00
#!/bin/bash
rm helperbot.tgz
./buildplugins.sh
cd cmd
go build -o helperbot
2019-11-22 18:37:15 +00:00
tar -zcvf ../helperbot.tgz helperbot helperbot.service plugins
2019-11-13 00:57:25 +00:00
cd ..