1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 05:23:50 +01:00

iolab: enable serial_aggregator readline support

This commit is contained in:
Oleg Hahm 2015-05-09 23:51:32 +02:00
parent 28f8c51aa2
commit eebb649b88

View File

@ -23,4 +23,4 @@ iotlab-reset: $(IOTLAB_AUTH)
iotlab-term:
ssh -t $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "test -f ~/.iotlabrc || auth-cli -u $(IOTLAB_USER)"
ssh $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "serial_aggregator -i $(IOTLAB_EXP_ID)"
ssh -t $(IOTLAB_USER)@$(IOTLAB_SITE).iot-lab.info "serial_aggregator -i $(IOTLAB_EXP_ID)"