minor update

This commit is contained in:
Solomon Laing 2023-03-06 10:14:51 +10:30
parent 35fc8d34c2
commit 326ab8e057

View File

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