Files
autogits/common/devtest.sh
Jan Zerebecki 4604aaeeba Rename bots-common to common
to make it match the name it is imported as
2025-04-03 22:38:28 +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