#!/usr/local/bin/janet
#!/usr/bin/env janet
(put root-env :syspath "/usr/local/lib/janet")
(import jpm/cli)
(defn main [& argv]
  (cli/main ;argv))
