gokpkg/cmd/sysreboot/main.go

8 lines
86 B
Go

package main
import "git.wntrmute.dev/kyle/gokpkg"
func main() {
gokpkg.Reboot()
}