RosettaCodeData/Task/Terminal-control-Inverse-video/UNIX-Shell/terminal-control-inverse-video-4.sh

5 lines
38 B
Bash
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
tput mr
echo 'foo'
tput me
echo 'bar'