#!/bin/bash set -e # compile code CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./target/login-sim . chmod +x ./target/login-sim