fun runCommand()

in src/main/kotlin/co/huggingface/llmintellij/lsp/LlmLsLspServerDescriptor.kt [97:101]


fun runCommand(command: String) {
    val process = Runtime.getRuntime().exec(command)

    process.waitFor()
}