mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
12 lines
118 B
Go
12 lines
118 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package script
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func setSysProcAttr(cmd *exec.Cmd) {
|
|
}
|