Blueno_Termux/myTermux/helper/cursor.sh
2022-04-01 08:36:29 -04:00

7 lines
70 B
Bash
Executable File

#!/usr/bin/env bash
function setCursor() {
setterm -cursor ${1}
}