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