ansitest/topscrn4-10.sh

18 lines
518 B
Bash
Raw Permalink Normal View History

2022-02-22 20:10:24 -06:00
#!/bin/bash
2022-02-22 20:16:45 -06:00
#ff # fix fontsize
# Requires: bwm-ng top screen iostat watch openvt/open
2022-02-22 20:38:16 -06:00
# Requires other files: dot-screenrc-mon1-combined ( renamed as .screenrc-mon1-combined in root's home dir )
# ^^ mon1-df-short in /usr/local/bin or $HOME/bin
2022-02-22 20:10:24 -06:00
useprog=open
[ -e `which openvt` ] && useprog=openvt
2022-02-22 20:13:23 -06:00
2022-02-22 20:16:45 -06:00
# turn off screensaver
2022-02-22 20:10:24 -06:00
setterm -blank 0 2>/dev/null
2022-02-22 20:16:45 -06:00
# open 4-pane screen on vt10 and switch to it
2022-02-22 20:10:24 -06:00
( TERM=linux $useprog -f -c 10 -s -w -- /usr/bin/screen -S topscrn410 -c /root/.screenrc-mon1-combined ) &
2022-02-22 20:13:23 -06:00
disown -a