diff options
author | HimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com> | 2022-04-21 13:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 13:03:34 +0200 |
commit | 0901f91b42fb275d4b9f5b941e36240b83b4ea6f (patch) | |
tree | a31f108ff9617f83e39c0b7f0de4d56a1b79600f /cmd/mt-multiserver-proxy/build.sh | |
parent | f1e68fd27e5441d04be7110d618ea07f02bffe00 (diff) | |
parent | d294489eb5588b4b8f77a4795a476ba98fdcecf8 (diff) |
Merge pull request #82 from ev2-1/main
Issue #4
Diffstat (limited to 'cmd/mt-multiserver-proxy/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..dd49510 --- /dev/null +++ b/cmd/mt-multiserver-proxy/build.sh @@ -0,0 +1,4 @@ +cd ../.. +go build +cd cmd/mt-multiserver-proxy +go build |