RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/UNIX-Shell/terminal-control-hiding-the-cursor.sh
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

3 lines
100 B
Bash

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