Andrew
e2f4553303
- Added backup sub-command - Added better parsing for config file - Basis for notifications, no running after a command yet - Updated docs and added License
10 lines
98 B
Go
10 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"git.andrewnw.xyz/CyberShell/backy/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|