mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
* Add script notification (#53) * Fix SysProcAttr * Fix build constraint Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
11 lines
98 B
Go
11 lines
98 B
Go
// +build !windows
|
|
|
|
package script
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func setSysProcAttr(cmd *exec.Cmd) {
|
|
}
|