andrewm@58: #!/bin/bash andrewm@58: # andrewm@58: # This script stops the BeagleRT program running on the BeagleBone. andrewm@58: andrewm@58: BBB_ADDRESS="root@192.168.7.2" andrewm@58: andrewm@58: echo "Stopping BeagleRT..." andrewm@58: ssh $BBB_ADDRESS "kill -s 2 \`pidof BeagleRT\` 2>/dev/null"