Files
certman/fullbuild.bat
2026-02-18 21:58:56 +01:00

6 lines
87 B
Batchfile

@echo off
set GOARCH=amd64
set GOOS=linux
go install -v -a std
go build -o ./certman .