diff options
Diffstat (limited to 'bin/watch.sh')
-rwxr-xr-x | bin/watch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/watch.sh b/bin/watch.sh new file mode 100755 index 0000000..e3a6c28 --- /dev/null +++ b/bin/watch.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail + +watchexec \ + --watch src \ + --restart \ + "(killall flashcards || true) && tput reset && cargo build && bin/run.sh" |