autogits/bots-common/devtest.sh

9 lines
108 B
Bash
Raw Normal View History

2024-07-07 21:08:41 +02:00
#!/bin/sh
while true; do
clear
go test
inotifywait -q -e modify -e create -e delete -r .
done