github.com/kelleygo/clashcore@v1.0.2/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 }