diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-21 19:20:22 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-21 19:20:22 +0200 |
| commit | b5ddfdc53cf1cf2197adf8718ea405acfa2fe6f7 (patch) | |
| tree | 8148ddcd0ea648a669a1863f48c91b9298071daa /run.scm | |
| parent | 351829f43fef1ef758defdb22316b6a0d848e530 (diff) | |
Refactor
Diffstat (limited to 'run.scm')
| -rwxr-xr-x | run.scm | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,9 +1,5 @@ #!/usr/bin/env csi -s -(import (chicken io)) - -(let ((modules (read-lines (open-input-file "modules.list")))) - (for-each load modules)) - +(load "init.scm") (load "desmoctl.scm") |
