8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
|
#!/bin/rc
|
||
|
window 0,0,161,117 stats -lmisce
|
||
|
window 161,0,278,117 winwatch -e '^(winwatch|stats|faces)'
|
||
|
window -scroll bar
|
||
|
|
||
|
# run a system shell on the serial console
|
||
|
~ $#console 0 || window -scroll console
|