rwxrob-dot/scripts/gott
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

12 lines
388 B
Bash
Executable File

#!/bin/sh
# Can be run from TMUX pane to simply watch the tests without having to
# explicitely run them constantly. When combined with a dump() Go utility
# function provides immediate, real-time insight without complicating
# development with a bloated IDE. (Also see Monitoring for other ideas for
# running real-time evaluations during development)
clear
got "$@"
onchange got "$@"