From 0c5423f1cf361eed30d23b23087495d92d80cf6b Mon Sep 17 00:00:00 2001 From: "Hannes F. Kuchelmeister" Date: Mon, 30 Aug 2021 15:08:55 +0200 Subject: [PATCH] add watch script --- watch.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 watch.sh diff --git a/watch.sh b/watch.sh new file mode 100755 index 0000000..ed1a9fe --- /dev/null +++ b/watch.sh @@ -0,0 +1 @@ +cargo watch -x 'run --bin ics-proxy' \ No newline at end of file