stevenbooru/build.sh

12 lines
96 B
Bash
Raw Normal View History

2015-07-31 08:19:50 +00:00
#!/bin/sh
2015-07-31 08:52:36 +00:00
set -e
set -x
2015-07-31 08:19:50 +00:00
source ./env.sh
2015-07-31 08:52:36 +00:00
mkdir bin ||:
cdbin
2015-07-31 08:19:50 +00:00
go build stevenbooru.cf/cmd/...