all repos — reposync @ 82cc6628d7ab06f27d3473702a71a8d553ec7758

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