mirror of
https://github.com/janet-lang/janet
synced 2024-12-12 01:30:33 +00:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
(defn install
|
||
|
[manifest &]
|
||
|
(bundle/add-file manifest "mymod.janet"))
|