mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-30 09:45:46 +02:00
10 lines
103 B
Cheetah
10 lines
103 B
Cheetah
//go:build !windows
|
|
|
|
package main
|
|
|
|
import "os/exec"
|
|
|
|
func prepareHiddenCmd(cmd *exec.Cmd) {
|
|
_ = cmd
|
|
}
|