elect
09/27/2021, 1:43 PMkotlin
and kotlinc
shell command
• gradle.kts for gradle
• slurm.kts for Slurm API
hopefully they will come in handy to someone elseJavier
09/27/2021, 2:02 PMephemient
09/27/2021, 3:48 PMelect
09/27/2021, 3:49 PMephemient
09/27/2021, 3:53 PMlistOf("command", "arg1", "arg2", ...)
and pass it to ProcessBuilder, it is designed to accept a list or varargselect
09/27/2021, 3:56 PMargs += " -howtorun $it"
ephemient
09/27/2021, 4:16 PMelect
09/27/2021, 4:37 PM