comparison scripts/halt_board.sh @ 108:3068421c0737 ultra-staging

Merged default into ultra-staging
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 18 Aug 2015 00:35:15 +0100
parents ad6b2767beaf
children e70f023e0f7f
comparison
equal deleted inserted replaced
54:d3f869b98147 108:3068421c0737
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"