File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell-linux
1+ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell-linux
2+ tar czvf httpshell-linux.tar.gz httpshell-linux
Original file line number Diff line number Diff line change 1- GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell-mac
1+ GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell-mac
2+ tar czvf httpshell-mac.tar.gz httpshell-mac
Original file line number Diff line number Diff line change 1- GOOS=windows GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell.exe
1+ GOOS=windows GOARCH=amd64 CGO_ENABLED=1 go build -o httpshell.exe
2+ zip httpshell-windows.zip httpshell.exe
Original file line number Diff line number Diff line change 1- GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o httpshelld
1+ GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o httpshelld
2+ tar czvf httpshelld-linux.tar.gz httpshelld
You can’t perform that action at this time.
0 commit comments