Some little scripts I've found useful for development.
git-watch
retriggers a command when your git repo
changes, so can give interactive rebuilds like
ibazel
except I found that
https://github.com/bazelbuild/bazel-watcher didn't
work for me at all. This is also completely agnostic
to the command, so can be used with CMake as well,
for instance.