config/.local/bin/goentr
2023-03-06 10:14:51 +10:30

6 lines
102 B
Bash
Executable File

#!/bin/bash
# cheap and easy, just the way I like it
exec entr bash -c "clear; go $1 ." < <(find .)