better loading

This commit is contained in:
2025-06-10 14:51:43 +02:00
parent 5d8b913d78
commit 12bde0fa39
2 changed files with 23 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ function slice(start, stop, desc) {
return CYAN start OFF " -- " CYAN stop OFF ": " desc
}
function hrline(hour) {
hour = hour < 10 ? "0"hour : hour
print hour, "", "", "", FAINT hour ":00 ----------------------" OFF
}
function hrlines(start, stop, h, starth, stoph, tmp, i) {