andrewm@60: #!/bin/bash
andrewm@60: #
andrewm@60: # This script halts the BeagleBone Black.
andrewm@60: 
andrewm@60: BBB_ADDRESS="root@192.168.7.2"
andrewm@60: 
andrewm@60: echo "Shutting down the BeagleBone Black..."
andrewm@60: ssh $BBB_ADDRESS "halt"