Select Git revision
connect_BBB.sh~
Marcus Greiff authored
connect_BBB.sh~ 456 B
#!/bin/bash
###############################################################################
# This line of code connects to the BBB via ssh, runs the startup file and
# remains in the shell of the BBB after executing startup.sh on the BBB
#
# The code may be executed from anywhere on the HOST computer.
###############################################################################
ssh -t debian@192.168.7.2 "./LabConnection.jl/util/startup.sh; bash -l"