Mercurial > hg > beaglert
view scripts/halt_board.sh @ 448:fdb30affab1c prerelease
Make checkupdate checks that the zip file in updates/ is valid for an update and make update actually performs an updatescp bbb:Bela/Makefile ./
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 19 Jun 2016 18:55:06 +0100 |
parents | 99de323c13b3 |
children | d9a4fc5357e7 |
line wrap: on
line source
#!/bin/sh # # This script halts the BeagleBone Black. [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" echo "Shutting down the BeagleBone Black..." ssh $BBB_ADDRESS "halt"