aboutsummaryrefslogtreecommitdiff
path: root/frontend/run
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/run')
-rwxr-xr-xfrontend/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/run b/frontend/run
new file mode 100755
index 000000000..660f9adfa
--- /dev/null
+++ b/frontend/run
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+kill $(lsof -t -i :5000)
+
+flutter run -d chrome --web-port 5000