all repos — reposync @ main

Go program that clones all of my public repos from GitHub to my git server.

Makefile (view raw)

1build:
2	go build -o sync main.go
3
4run: build
5	./sync