Megatest

Diff
Login

Differences From Artifact [eb6f650afa]:

To Artifact [5354c7dd14]:


3743
3744
3745
3746
3747
3748
3749

3750
3751
3752
3753

)

(import dashboard)

;; ease debugging by loading ~/.dashboardrc
(let ((debugcontrolf (get-debugcontrolf)))

  (load debugcontrolf))

(main)








>
|



3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754

)

(import dashboard)

;; ease debugging by loading ~/.dashboardrc
(let ((debugcontrolf (get-debugcontrolf)))
  (if debugcontrolf
      (load debugcontrolf)))

(main)