holy shit. why. why did i write the first version LOL. so fucking ocmplicated. and half broken.
7 lines
124 B
Clojure
Executable File
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*)
|