Skip to content
Advertisement

Tag: kotlin

Stop bash script from dying when exiting Java / Kotlin application

I’m starting a bash script from Kotlin, but the bash script stops running as soon as the Kotlin application exits. Where script is a liquidsoap script and input is a parameter that’s being passed into the script Typically, it’ll run something like the following: liq then executes a liquidsoap script which is the first param and the second param is

Advertisement