From d92d4a08a25ae16a8b9d54464582b4630fe1301b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 29 Sep 2018 17:50:07 +0200 Subject: [PATCH] tools/scroll.sh: make that $ disappear, that's no variable :D --- tools/scroll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scroll.sh b/tools/scroll.sh index 1773a889..2ca64394 100755 --- a/tools/scroll.sh +++ b/tools/scroll.sh @@ -15,7 +15,7 @@ printf '\033[5;15s' # move to 0,0 with margins: printf '\033[H' # clean up rect -printf '\033[1;1;11;11$z' +printf '\033[1;1;11;11\044z' echo '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@' I=0