comparison scripts/halt_board.sh @ 60:ad6b2767beaf newapi

Command-line argument support for BeagleRT program in scripts, plus a simple script for halting the BBB
author andrewm
date Wed, 15 Jul 2015 18:53:10 +0100
parents
children e70f023e0f7f
comparison
equal deleted inserted replaced
59:5bdf6efbd0ed 60:ad6b2767beaf
1 #!/bin/bash
2 #
3 # This script halts the BeagleBone Black.
4
5 BBB_ADDRESS="root@192.168.7.2"
6
7 echo "Shutting down the BeagleBone Black..."
8 ssh $BBB_ADDRESS "halt"