I\'m trying to write a shell script that automates certain startup tasks based on my location (home/campusA/campusB). I go to University and take classes in two different ca
Maybe screen + ssh would fit the bill as well?
Something like:
screen -d -m -S sessionName cmd screen -d -m -S sessionName cmd & # reconnect with screen -r sessionName