This page is not a document! It’s basically just a place where I put small scripts I want to use. But the scripts live here, they have a home.
— Teodor 2022-10-13
Some scripts useful for this website.
Every file in this subdirectory:
bb -e '(->> (babashka.fs/glob "." "*")
(map str)
(println))'
(index.html goto_random_page.cljs play.edn index.org)
Every clojurescript file in this subdirectory:
bb -e '(->> (babashka.fs/glob "." "*.cljs")
(map #(str "/tools/" %))
(println))'
(/tools/goto_random_page.cljs)