aboutsummaryrefslogtreecommitdiff
path: root/scenarios/garage-manual
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/garage-manual')
-rwxr-xr-xscenarios/garage-manual7
1 files changed, 7 insertions, 0 deletions
diff --git a/scenarios/garage-manual b/scenarios/garage-manual
new file mode 100755
index 0000000..f2dfcc9
--- /dev/null
+++ b/scenarios/garage-manual
@@ -0,0 +1,7 @@
+#!/usr/bin/env python3
+from fragments import garage, s3lat, shared
+
+if shared.id() == 1:
+ garage.deploy_coord()
+else:
+ garage.deploy_follow()