offline-twitter/cmd/compile.sh

8 lines
65 B
Bash
Executable File

#!/bin/bash
set -x
set -e
go build -o tw ./twitter
chmod +x tw