mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
15 lines
312 B
Bash
15 lines
312 B
Bash
|
#!/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
|
||
|
|