Skip to content

Commit

Permalink
🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
paij0se committed Feb 27, 2024
1 parent 9f5f20a commit 044a4e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cligpt
*.zip
7 changes: 7 additions & 0 deletions zip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GOOS=linux go build -o cligpt main.go
zip cligpt_linux.zip cligpt

GOOS=windows go build -o cligpt.exe main.go
zip cligpt-windows.zip cligpt.exe

rm cligpt.exe cligpt

0 comments on commit 044a4e3

Please sign in to comment.