mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
10 lines
235 B
Bash
10 lines
235 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ff
|
||
|
|
||
|
useprog=open
|
||
|
[ -e `which openvt` ] && useprog=openvt
|
||
|
# open 4-pane screen on vt10
|
||
|
setterm -blank 0 2>/dev/null
|
||
|
( TERM=linux $useprog -f -c 10 -s -w -- /usr/bin/screen -S topscrn410 -c /root/.screenrc-mon1-combined ) &
|