More message cleanup

This commit is contained in:
Joshua Bussdieker
2012-03-04 18:01:08 -08:00
parent 4933d13418
commit de9ceccb78
3 changed files with 22 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
display_warning() {
# YELLOW!
tput sgr0
tput setaf 3
echo "$1"
tput sgr0
}