added useful script for watch running go modules

This commit is contained in:
Solomon Laing 2023-03-02 21:25:26 +10:30
parent c497878ceb
commit 35fc8d34c2

3
.local/bin/goentr Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
exec entr bash -c "clear; go run ." < <(find .)