adventOfCode/run.sh

3 lines
137 B
Bash
Raw Normal View History

2022-12-06 21:10:52 +00:00
#!/bin/sh
2022-12-10 09:12:29 +00:00
nodemon --quiet -e go,html,yaml --ignore web/app/ --signal SIGTERM --exec 'go run ./cmd/adventOfCode '$1' '$2' '$3' || exit 1'