4 lines
104 B
Bash
4 lines
104 B
Bash
![]() |
#!/bin/sh
|
||
|
go build -o portscraper main.go
|
||
|
GOOS=windows GOARCH=amd64 go build -o portscraper.exe main.go
|