first
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Build the client
|
||||
echo "Building client..."
|
||||
go build -o client_bin main.go
|
||||
|
||||
echo "Starting client..."
|
||||
./client_bin "$@"
|
||||
Reference in New Issue
Block a user