From 1a43a66986f91df9f0d0a2377394deab74422fb5 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 16 Mar 2020 10:23:27 +0100 Subject: farm: magnus: Add basic tools Add basic tools to use Magnus' board farm. Signed-off-by: Geert Uytterhoeven --- farm/magnus/screen-magnus | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 farm/magnus/screen-magnus (limited to 'farm/magnus/screen-magnus') diff --git a/farm/magnus/screen-magnus b/farm/magnus/screen-magnus new file mode 100755 index 0000000..a54c8f9 --- /dev/null +++ b/farm/magnus/screen-magnus @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ $# == 0 ]; then + TARGET=${0#*-} +else + TARGET=$1 +fi + +scp $(dirname $0)/screenrc $TARGET-mgr: +ssh $TARGET-mgr -t screen -x -R -S ttyS1 -c screenrc /dev/ttyS1 -- cgit v1.2.3