Files
backy/backy.go
Andrew Woodlee 0d6a13c1cf
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/push/publish-docs Pipeline was successful
Cmd Type script now correctly appends arguments
2025-11-15 17:37:17 -06:00

10 lines
98 B
Go
Executable File

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