view scripts/connect_to_project.sh @ 269:ac8eb07afcf5

Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places. Empty project added as a default project. Doxyfile updated. Each of the project locations added to INPUT configuration option. Consider just watching the whole project file so all new projects are automatically pulled through.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 15:40:16 +0100
parents afc593f7469e
children 0372fb8e8309
line wrap: on
line source
#!/bin/bash
#
# This script brings an already running BeagleRT program to the foreground 
# in the terminal, so it can be run interactively.

BBB_ADDRESS="root@192.168.7.2"

ssh -t $BBB_ADDRESS "screen -S BeagleRT -r"