helperbot/package.sh

9 lines
129 B
Bash
Executable File

#!/bin/bash
rm helperbot.tgz
./buildplugins.sh
cd cmd
go build -o helperbot
tar -zcvf ../helperbot.tgz helperbot* plugins
cd ..