Files
censtablo/repl.janet
2026-02-12 12:42:17 +00:00

5 lines
150 B
Janet

(import spork/netrepl)
(defn main [exe]
(netrepl/client :unix (string (os/getenv "XDG_RUNTIME_DIR") "/censtablo-" (os/getenv "WAYLAND_DISPLAY"))))