initial import

This commit is contained in:
2023-10-02 23:08:55 -07:00
commit b6ed20ff87
3 changed files with 41 additions and 0 deletions

7
cmd/sysreboot/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "git.wntrmute.dev/kyle/gokpkg"
func main() {
gokpkg.Reboot()
}