Mercurial > hg > beaglert
view scripts/halt_board.sh @ 553:e545ce04cf2c prerelease
Updated Makefile to take LDFLAGS=, LDLIBS=, CFLAGS=, CPPFLAGS=
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 24 Jun 2016 17:13:45 +0100 |
parents | d9a4fc5357e7 |
children |
line wrap: on
line source
#!/bin/sh # # This script halts the BeagleBone Black. SCRIPTDIR=$(dirname "$0") [ -z $SCRIPTDIR ] && SCRIPTDIR="./" || SCRIPTDIR=$SCRIPTDIR/ . $SCRIPTDIR.bela_common || { echo "You must be in Bela/scripts to run these scripts" | exit 1; } echo "Shutting down the BeagleBone Black..." ssh $BBB_ADDRESS "halt"