all repos — reposync @ f7aa19dbafcfdd045628a571a02d25bb7848f592

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