Returns the string for the bash command to run an echo, showing a message.
echo('print this', 'bgRed blue') Copy
echo('print this', 'bgRed blue')
The message to display
Optional
One or more styles to apply to the text.
The bash command string.
Returns the string for the bash command to run an echo, showing a message.
Example