simple compile script so i dont have to type it out each time

This commit is contained in:
WhatDidYouExpect 2025-07-26 21:09:11 +02:00
parent 70d0a9948e
commit bc02105dfa
2 changed files with 100 additions and 2 deletions

3
compile.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
go build -o portscraper main.go
GOOS=windows GOARCH=amd64 go build -o portscraper.exe main.go