#!/bin/sh mkdir -p bin go build -o ./bin/server echo 'Done'