github.com/metacubex/mihomo@v1.18.5/common/cmd/cmd_other.go (about) 1 //go:build !windows 2 3 package cmd 4 5 import ( 6 "os/exec" 7 ) 8 9 func prepareBackgroundCommand(cmd *exec.Cmd) { 10 11 }