update repository
[cmdllinux.git] / mixed_n_other / _clear_screen.sh
blob3593b32da56eff16c55d22149b24cec6b479f3e7
1 echo -ne "\033[2J" > $(cat /run/ttynum)
2 echo -ne "\033[0;0H" > $(cat /run/ttynum)