mirror of
https://github.com/rwxrob/dot
synced 2024-11-04 18:00:18 +00:00
Improve goentrtest to take arguments
This commit is contained in:
parent
34af292b2c
commit
67c77a7cb9
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
entr bash -c "clear; go test" < <(find .)
|
entr bash -c "clear; go test $*" < <(find .)
|
||||||
|
Loading…
Reference in New Issue
Block a user