Differences From Artifact [205630c727]:
- File newdashboard.scm — part of check-in [c6224b1a91] at 2018-03-20 11:39:06 on branch v1.65-modularization — Merged in license cleanup from v1.65 (user: mrwellan, size: 5073) [annotate] [blame] [check-ins using] [more...]
To Artifact [91f83490ad]:
- File newdashboard.scm — part of check-in [eb1aa9c123] at 2018-03-26 17:27:17 on branch v1.65-modularization — Fixed build issues (user: mrwellan, size: 5066) [annotate] [blame] [check-ins using] [more...]
︙ | |||
84 85 86 87 88 89 90 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | - + | (if (args:get-arg "-h") (begin (print help) (exit))) ;; ;; ease debugging by loading ~/.dashboardrc ;; (let ((debugcontrolf (conc (get-environment-variable "HOME") "/.dashboardrc"))) |
︙ |