RosettaCodeData/Task/Terminal-control-Inverse-video/UNIX-Shell/terminal-control-inverse-video-4.sh
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

4 lines
38 B
Bash

tput mr
echo 'foo'
tput me
echo 'bar'