stevenbooru/build.sh

12 lines
96 B
Bash
Executable File

#!/bin/sh
set -e
set -x
source ./env.sh
mkdir bin ||:
cdbin
go build stevenbooru.cf/cmd/...