Mercurial > hg > beaglert
view scripts/stop_running.sh @ 492:e9821d65b9ba prerelease
Heavy: your patch on the enzienaudio website should be called bela. You need to update that from your enzienaudio.com account.
| author | Giulio Moro <giuliomoro@yahoo.it> | 
|---|---|
| date | Tue, 21 Jun 2016 17:36:58 +0100 | 
| parents | d9a4fc5357e7 | 
| children | 
line wrap: on
 line source
#!/bin/sh # # This script stops the Bela program running on the BeagleBone. 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 $BBB_ADDRESS make --no-print-directory -C $BBB_BELA_HOME stop
