mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 17:59:55 +00:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
(defn install
|
||
|
[manifest &]
|
||
|
(bundle/add-file manifest "mymod.janet"))
|