adventOfCode/run.sh

3 lines
147 B
Bash
Raw Normal View History

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