Launch
This commit is contained in:
7
internal/oscmd/command_other.go
Normal file
7
internal/oscmd/command_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package oscmd
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func applyPlatformOptions(cmd *exec.Cmd) {}
|
||||
Reference in New Issue
Block a user