autogits/bots-common/devtest.sh
Adam Majer 598ecbbd5a .
2024-07-07 21:12:40 +02:00

9 lines
108 B
Bash
Executable File

#!/bin/sh
while true; do
clear
go test
inotifywait -q -e modify -e create -e delete -r .
done