Files
sydnix/scripts/sydnix-cli/sydnix
Madeleine Sydney Ślaga ea0c455824 refactor(sydnix-cli): rewrite sydnix-cli
holy shit. why. why did i write the first version LOL. so fucking ocmplicated. and half broken.
2025-12-01 14:22:30 -07:00

7 lines
124 B
Clojure
Executable File

#!/usr/bin/env bb
;; -*- mode: clojure -*-
(require '[sydnix-cli.main])
(apply sydnix-cli.main/-main *command-line-args*)