offline-twitter/cmd/compile.sh

8 lines
82 B
Bash
Raw Normal View History

#!/bin/bash
set -x
set -e
2021-11-29 15:23:16 -08:00
go build -ldflags="-s -w" -o tw ./twitter
chmod +x tw