initial commit

This commit is contained in:
2023-07-27 03:01:02 -05:00
commit e1c4d8097c
7 changed files with 885 additions and 0 deletions

3
build.sh Normal file
View File

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