mirror of
https://github.com/mandiant/GoReSym
synced 2026-06-08 15:40:15 +00:00
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
export GOOS=linux
|
|
go build && mv GoReSym GoReSym_lin
|
|
export GOOS=windows
|
|
go build && mv GoReSym.exe GoReSym_win.exe
|
|
export GOOS=darwin
|
|
go build && mv GoReSym GoReSym_mac
|
|
export GOOS=linux
|
|
|