janet/src/jpm/jpm

5 lines
80 B
Plaintext
Executable File

#!/usr/bin/env janet
(import "jpm/cli")
(defn main [& argv]
(cli/main ;argv))