(.module: [lux #* [data [text ["%" format (#+ format)]]] [world [file (#+ Path)] [shell (#+ Command)]]]) (template [ ] [(def: #export (-> Path Command) (|>> (format )))] [java "java -jar "] [node "node --stack_size=8192 "] )