RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/UNIX-Shell/terminal-control-hiding-the-cursor.sh
2023-07-01 13:44:08 -04:00

3 lines
100 B
Bash

tput civis # Hide the cursor
sleep 5 # Sleep for 5 seconds
tput cnorm # Show the cursor