aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 37de4aa..621ae68 100644
--- a/justfile
+++ b/justfile
@@ -6,3 +6,7 @@ create_serial_port:
kill_serial_port:
pkill socat
+
+run:
+ DEVELOPMENT=1 INSTANCE=primary rye run splitscreen_duo &
+ DEVELOPMENT=1 INSTANCE=secondary rye run splitscreen_duo &