scripts added

This commit is contained in:
2026-08-28 12:28:39 +02:00
parent 45e62fda5f
commit c30efbc8d9
237 changed files with 7310 additions and 1 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
(re #px"[/><]")
(mk-name (lambda (name ext) (build-path dir
(string-append
(regexp-replace* name re "_") "." ext))))
(regexp-replace* re name "_") "." ext))))
)
(displayln (format "making ~a / ~a" dir name))