#!/bin/sh RED_FG=`tput setaf 1` GREEN_BG=`tput setab 2` RESET=`tput sgr0` echo "${RED_FG}${GREEN_BG}Hello world${RESET}"