portscraper/compile.sh

4 lines
104 B
Bash
Raw Normal View History

#!/bin/sh
go build -o portscraper main.go
GOOS=windows GOARCH=amd64 go build -o portscraper.exe main.go