Skip to content

Commit

Permalink
Less noise and space (@igor)
Browse files Browse the repository at this point in the history
  • Loading branch information
1g0rb0hm committed Nov 29, 2020
1 parent 01f02f2 commit 95c7b48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/rc/riostart
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ y=(`{echo $h $s | awk '{printf("%d %d %d %d %d %d",
(0 *$1)+$2 , (1.5*$1)-$2,
(1.5*$1)+$2 , (9 *$1)-$2,
(9 *$1)+$2 , (10 *$1)-$2)}'})
# -- FUNS
fn TopRow{
ldim=`{echo $x(1),$y(1),$x(2),$y(2) | sed 's/[ ]+//g'}
rdim=`{echo $x(3),$y(1),$x(4),$y(2) | sed 's/[ ]+//g'}
Expand All @@ -43,13 +41,8 @@ fn BotRow{
window $ldim vdir
window $rdim faces
}
# -- MAIN
TopRow
MidRow
BotRow
# run a system shell on the serial console
~ $#console 0 || window -scroll console

0 comments on commit 95c7b48

Please sign in to comment.