diff options
author | Joris | 2021-11-14 23:25:55 +0100 |
---|---|---|
committer | Joris | 2021-11-19 11:42:20 +0100 |
commit | 9f94611a42d41cf94cdccb00b5d2eec0d5d02970 (patch) | |
tree | 9bab5bc342e22aa38b13a2dbd3525bbfe2beedb5 /bin/watch.sh | |
parent | 59c44b15010eea5490896a5b5d427b415ad6f56a (diff) |
Add initial working version
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" |