Skip to content
Snippets Groups Projects
Select Git revision
  • 5a52b15ac84f11aa5895b1df94227ccc6d8543f6
  • master default
  • bufferandcomedi
  • v0.1.0
4 results

connect_BBB.sh~

Blame
  • 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"