ansitest/topscrn4-xterm.sh

15 lines
312 B
Bash
Raw Normal View History

2022-02-22 21:20:39 -06:00
#!/bin/bash
# Use: ssh -t localhost /home/dave/bin/topscrn4-xterm.sh
#chvt 10
#ff
# open 4-pane screen with sys monitoring
#setterm -blank 0 2>/dev/null
# if we try to throw it in the BG, get "screen must be connected to a terminal" error
TERM=linux screen -R -c $HOME/.screenrc-mon1-combined #&
#disown -a