blob: 7384503037904087b3f0be5ff4945a7cd9e39f5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#!/bin/rc
# riostart -- what rio brings up.
#
# rio does not run this by itself: it is the argument to -i.
# rio -i riostart
rfork e
# servers and mounts first, so every window below inherits them
pimup
window 0,0,161,117 stats -lmisce
window bar
# a shell on the serial console, when there is one
~ $#console 0 || window -scroll console
window -r 170 0 900 640 acme
window -r 170 650 1000 1000 cal9
window -miny 130
|