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
This commit is contained in:
2023-01-17 00:55:28 -06:00
parent 15a7ca6c3d
commit e2f4553303
16 changed files with 760 additions and 295 deletions

9
backy.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"git.andrewnw.xyz/CyberShell/backy/cmd"
)
func main() {
cmd.Execute()
}