diff options
author | Edzell <derz@elidragon.com> | 2022-04-20 19:56:29 +0200 |
---|---|---|
committer | Edzell <derz@elidragon.com> | 2022-04-20 19:56:29 +0200 |
commit | e149881daaea52551e81f2daeedd7dbb37acb915 (patch) | |
tree | 2ff3838fd452e795846e78e64cf5e8e7760781a3 | |
parent | d0f0abe81231c9adc5eb31ea607a94a9e73bcdbe (diff) |
build.sh
-rwxr-xr-x | cmd/mt-multiserver-proxy/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/mt-multiserver-proxy/build.sh b/cmd/mt-multiserver-proxy/build.sh new file mode 100755 index 0000000..c0f039a --- /dev/null +++ b/cmd/mt-multiserver-proxy/build.sh @@ -0,0 +1,4 @@ +cd ../.. +go build . +cd cmd/mt-multiserver-proxy +go build . |