mirror of
https://github.com/janet-lang/janet
synced 2025-02-07 20:40:01 +00:00
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
![]() |
(defn install
|
||
|
[manifest &]
|
||
|
(bundle/add-file manifest "mymod.janet"))
|