9 lines
244 B
Bash
Executable file
9 lines
244 B
Bash
Executable file
#!/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 pepe.go
|
|
|
|
mv bot boddle_executable
|