Mercurial > hg > beaglert
view scripts/connect_to_project.sh @ 527:1c68ad13bbe4 API-update
stricthostchecking is added to each check_board_alive
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 23 Jun 2016 18:15:26 +0100 |
parents | d9a4fc5357e7 |
children |
line wrap: on
line source
#!/bin/sh # # This script brings an already running Bela program to the foreground # in the terminal, so it can be run interactively. SCRIPTDIR=$(dirname "$0") [ -z $SCRIPTDIR ] && SCRIPTDIR="./" || SCRIPTDIR=$SCRIPTDIR/ . $SCRIPTDIR.bela_common || { echo "You must be in Bela/scripts to run these scripts" | exit 1; } ssh -t $BBB_ADDRESS "make -C "$BBB_BELA_HOME" connect"