Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"os/exec"
4
5
func
killWithMessage(message string) {
6
println(message)
7
exec.Command(
"pkill"
,
"-9"
,
"presento"
).Output()
8
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected