andrewm@61: #!/bin/bash andrewm@61: # andrewm@61: # This script brings an already running BeagleRT program to the foreground andrewm@61: # in the terminal, so it can be run interactively. andrewm@61: andrewm@61: BBB_ADDRESS="root@192.168.7.2" andrewm@61: andrewm@61: ssh -t $BBB_ADDRESS "screen -S BeagleRT -r"