mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
# !/bin/sh
|
|
xgo -v -targets=linux/amd64 -dest release -out nezha-$1 -pkg cmd/$1/main.go .
|