tools/scroll.sh: make that $ disappear, that's no variable :D

This commit is contained in:
Boris Faure 2018-09-29 17:50:07 +02:00
parent bd0ca2c224
commit d92d4a08a2
1 changed files with 1 additions and 1 deletions

View File

@ -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