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

5 lines
96 B
Bash

#!/bin/sh
tput mr # foo is reversed
echo 'foo'
tput me # bar is normal video
echo 'bar'