backy/backy.go
Andrew e2f4553303 A runnable command
- Added backup sub-command
- Added better parsing for config file
- Basis for notifications, no running after a command yet
- Updated docs and added License
2023-01-17 00:55:28 -06:00

10 lines
98 B
Go

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