Skip to content

Commit

Permalink
Move the initial rc shell window closer to the middle of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnewton01 committed Nov 5, 2016
1 parent e593f6c commit 33a6c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/riostart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/rc
window 0,0,161,117 stats -lmisce
window 219,162,819,562

2 changes: 2 additions & 0 deletions postsetup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ rm /n/dos/*
cp /arm/9pif /arm/9pif2 /n/dos
cp $wd/bootfiles/* /n/dos
cp $wd/riostart /usr/glenda/bin/rc
chmod a+x /usr/glenda/bin/rc/riostart
cp $wd/custom/termrc /bin/termrc
cp $wd/custom/find9p /root/arm/bin
chmod a+rx /root/arm/bin/find9p
Expand Down

0 comments on commit 33a6c47

Please sign in to comment.