improved coding standards. options parsing. verbose logging

This commit is contained in:
Patrick Stadler
2015-03-11 22:02:00 +01:00
parent 9858beb329
commit 5c65c6646f
10 changed files with 115 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ report () {
local METRIC=$1
local VALUE=$2
local DATE=$(iso_date)
echo $DATE $METRIC: $VALUE >> $FILE_LOCATION
echo "$DATE $METRIC: $VALUE" >> $FILE_LOCATION
}
init () {