added useful script for watch running go modules
This commit is contained in:
parent
c497878ceb
commit
35fc8d34c2
3
.local/bin/goentr
Executable file
3
.local/bin/goentr
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec entr bash -c "clear; go run ." < <(find .)
|
||||
Loading…
Reference in New Issue
Block a user