MCPcopy Create free account
hub / github.com/alxrm/presento / killWithMessage

Function killWithMessage

kill_linux.go:5–8  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

3import "os/exec"
4
5func killWithMessage(message string) {
6 println(message)
7 exec.Command("pkill", "-9", "presento").Output()
8}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected