mirror of
https://github.com/cjbassi/gotop.git
synced 2025-04-25 13:49:00 +08:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
xgo --targets="darwin/386,darwin/amd64" $PWD
|
|
mv gotop-darwin-10.6-386 dist/darwin_386/gotop
|
|
mv gotop-darwin-10.6-amd64 dist/darwin_amd64/gotop
|