We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead4398 commit ff2f8f4Copy full SHA for ff2f8f4
5 files changed
Makefile
@@ -18,4 +18,7 @@ agent:
18
@./utils/run-micro-ros-agent.sh
19
20
agent_remote:
21
- @ssh -t $(REMOTE) bash -s $(MICRO_ROS_DEVICE) < ./utils/run-micro-ros-agent.sh
+ @ssh -t $(REMOTE) bash -s $(MICRO_ROS_DEVICE) < ./utils/run-micro-ros-agent.sh
22
+
23
+agent_remote_shell:
24
+ @ssh -t $(REMOTE) bash < ./utils/exec-in-micro-ros-agent.sh
0 commit comments