Initial commit

This commit is contained in:
Rodolphe de Saint Léger 2024-09-25 11:33:00 +02:00
commit 5ed259c54c
4 changed files with 252 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/rdesaintleger/relocate-distro/cmd"
func main() {
cmd.Execute()
}