diff --git a/scripts/redo-continuously b/scripts/redo-continuously new file mode 100755 index 0000000..9b3db32 --- /dev/null +++ b/scripts/redo-continuously @@ -0,0 +1,4 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p redo-apenwarr -p entr -i bash + +redo-sources | entr redo all \ No newline at end of file