herald.go/dev.sh
Alex Grintsvayg 8f9012467d
dev script
2021-04-21 16:19:05 -04:00

6 lines
250 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"