Continued work on loosening note definition; added framework for color in errors.

This commit is contained in:
Jon-William Lewis
2016-02-15 00:55:29 -06:00
parent 2b77e325ae
commit faab86dff2
4 changed files with 73 additions and 73 deletions

View File

@@ -19,6 +19,9 @@ readonly NOTES_DIR="\$ROOT_DIR"/notes
readonly TMP_DIR="\$ROOT_DIR"/tmp
readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"
readonly RED_COLOR='\033[1;31m'
readonly RESET_COLOR='\033[0m'
printf "%s\n" "\$PROD_STR"
printf "%s\n" "------------------"
EOF