add new version of bot to raspi \o/

This commit is contained in:
Horscchtey 2021-01-21 00:42:01 +00:00
commit d51641ee36
7 changed files with 584 additions and 0 deletions

9
forraspidothis Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
export GOPATH=/home/horscchtey/go
env CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ \
CGO_ENABLED=1 GOOS=linux GOARCH=arm GOARM=7 \
go build bot.go boddle.go logging.go ircfoo.go
mv bot boddle_executable