From df6720bd66f7e0303d7025937fe0dfca3a924a09 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 4 Aug 2024 18:20:10 +0200 Subject: [PATCH] add watch script --- watch | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 watch diff --git a/watch b/watch new file mode 100755 index 0000000..ca4c48f --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +#!/bin/sh + +cargo watch --clear --exec "run -- --address=localhost --port=8080"