From b1538525853f4dececa1a4f776040487974a6370 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 30 Apr 2021 16:21:06 +0000 Subject: [PATCH] add redo-continuously script Signed-off-by: Christine Dodrill --- scripts/redo-continuously | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/redo-continuously 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