Pastebin
Paste #4917: No description
< previous paste - next paste>
Pasted by Anonymous Coward
red=$(tput setaf 1)
green=$(tput setaf 2)
white=$(tput setaf 7)
blue=$(tput setaf 4)
cyan=$(tput setaf 6)
reset=$(tput sgr0)
print () {
echo "${cyan} $(date --rfc-3339=sec): ${*} ${reset}"
}
New Paste
Go to most recent paste.