gokpkg/cmd/sysreboot/main.go

8 lines
86 B
Go
Raw Permalink Normal View History

2023-10-03 06:08:55 +00:00
package main
import "git.wntrmute.dev/kyle/gokpkg"
func main() {
gokpkg.Reboot()
}