configurable start and end of day

This commit is contained in:
2025-06-10 13:13:43 +02:00
parent 54b10ad726
commit af5356f07b
2 changed files with 6 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ function hrlines(start, stop, h, starth, stoph, tmp, i) {
}
BEGIN {
FS = "|"
daystart = 8
dayend = 18
GREEN = "\033[1;32m"
RED = "\033[1;31m"
WHITE = "\033[1;97m"