selenium/copart/build_dev.sh

7 lines
183 B
Bash
Executable File

#! /bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
CGO_ENABLED=0 go build -o ./selenium/copart -a -installsuffix cgo
cp -r ./public ./selenium/public
cp ./bolt.db ./selenium/sample.db