simple compile script so i dont have to type it out each time
This commit is contained in:
parent
70d0a9948e
commit
bc02105dfa
2 changed files with 100 additions and 2 deletions
3
compile.sh
Normal file
3
compile.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
go build -o portscraper main.go
|
||||
GOOS=windows GOARCH=amd64 go build -o portscraper.exe main.go
|
Loading…
Add table
Add a link
Reference in a new issue