#!/bin/sh # This starts attaches to the serial console on RYU_edu board. To end the # session press , '~' and '.' and wait approximately 1 second. ssh -t -e none glab '(sleep 0.1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'