herald.go/scripts/dev.sh
Jeffrey Picard beae3d4cb2 cleanup
2021-12-07 07:05:01 -05:00

6 lines
258 B
Bash
Executable file

#!/bin/bash
hash reflex 2>/dev/null || go get github.com/cespare/reflex
hash reflex 2>/dev/null || { echo >&2 'Make sure '"$(go env GOPATH)"'/bin is in your $PATH'; exit 1; }
reflex --decoration=none --start-service=true -- sh -c "go run . serve --debug"