Pick a file in Files to edit it here.
18 +# reactor-build emu <name> <cmd> [args] # emulators: list|android|ios|shot|install|uninstall|kill
19 # reactor-build shell <name> # interactive shell (for humans)
20 #
21 # Registry: $REACTOR_BUILD_REGISTRY, else /root/.config/reactor-build/machines.json,
● Update(tools/reactor_control/reactor-build)
⎿ Added 1 line, removed 1 line
235 shot) [ "$#" -ge 1 ] || die "usage: reactor-build shot <name> [app]"; cmd_shot "$@" ;;
236 shell) [ "$#" -ge 1 ] || die "usage: reactor-build shell <name>"; cmd_shell "$@" ;;
237 help|-h|--help) usage ;;
238 - *) die "unknown subcommand '$sub' (try: list status exec api build offload result watch shot shell)" ;;
238 + *) die "unknown subcommand '$sub' (try: list status exec api build offload result watch emu shot shell)" ;;
239 esac
240 }
241 main "$@"
● Now sync, commit, push, and pull emuctl.sh onto the Mac:
● Running 1 shell command…
⎿ $ cd /root/local_data/user/3/project_aiq_build_machine_one
bash -n tools/reactor_control/reactor-build && echo "reactor-build syntax OK"
bash -n platforms/mac/emuctl.sh && echo "emuctl.sh syntax OK"
chmod +x platforms/mac/emuctl.sh
cp -f tools/reactor_control/machines.json /root/.config/reactor-bui…
* Clauding… (10m 28s · ↓ 38.3k tokens · thinking with max effort)
⎿ Tip: Use /btw to ask a quick side question without interrupting Claude's current work
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── continue-conversation ──
❯