Files
unpoller/script/server
2016-09-30 00:08:55 -07:00

10 lines
148 B
Bash

#!/bin/bash
set -e
# Load the environment variables needed for testing
export $(cat .env | grep -v ^# | xargs)
go clean
go build -o unifi
./unifi