minor update
This commit is contained in:
parent
35fc8d34c2
commit
326ab8e057
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec entr bash -c "clear; go run ." < <(find .)
|
||||
# cheap and easy, just the way I like it
|
||||
|
||||
exec entr bash -c "clear; go $1 ." < <(find .)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user