Improve goentrtest to take arguments

This commit is contained in:
Rob Muhlestein 2022-11-05 08:58:37 -04:00
parent 34af292b2c
commit 67c77a7cb9

View File

@ -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 .)