backy/backup.go

10 lines
98 B
Go

package main
import (
"git.andrewnw.xyz/CyberShell/backy/cmd"
)
func main() {
cmd.Execute()
}