all repos — reposync @ edbfd68c600720cf72d8889209af960411c5c1ba

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