comparison scripts/halt_board.sh @ 67:472e892c6e41

Merge newapi into default
author Andrew McPherson <a.mcpherson@qmul.ac.uk>
date Fri, 17 Jul 2015 15:28:18 +0100
parents ad6b2767beaf
children e70f023e0f7f
comparison
equal deleted inserted replaced
21:0d80ff9e2227 67:472e892c6e41
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"