diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-03-07 20:29:55 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-03-07 20:29:55 +0100 |
commit | bb94fc197ea706fc302824b91d82a2d3afb08217 (patch) | |
tree | c32dbb9146dd198537c9130c1310e44c3e83103e | |
parent | b5783b1e39122f466c1a577720496284223e2217 (diff) | |
download | plan9front-bb94fc197ea706fc302824b91d82a2d3afb08217.tar.xz |
riostart: revert, this doesnt fix anything
This change does not work and the real fix is in rio.
-rwxr-xr-x | sys/lib/dist/usr/glenda/bin/rc/riostart | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/dist/usr/glenda/bin/rc/riostart b/sys/lib/dist/usr/glenda/bin/rc/riostart index 725454451..fde27dff3 100755 --- a/sys/lib/dist/usr/glenda/bin/rc/riostart +++ b/sys/lib/dist/usr/glenda/bin/rc/riostart @@ -1,5 +1,6 @@ #!/bin/rc -window -miny 130 window 0,0,161,117 stats -lmisce +window -miny 130 + # run a system shell on the serial console ~ $#console 0 || window -scroll console |