4 lines
89 B
Bash
4 lines
89 B
Bash
tput so # enter standout mode
|
|
echo 'foo'
|
|
tput se # exit standout mode
|
|
echo 'bar'
|