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

6 lines
96 B
Bash
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
#!/bin/sh
tput mr # foo is reversed
echo 'foo'
tput me # bar is normal video
echo 'bar'