Mercurial > code > home > repos > reposync
view sync_to_github.py @ 17:a4778c56cc03
update deps and k8s setup
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Dec 2021 22:32:25 -0800 |
parents | 2c4d383d464c |
children |
line wrap: on
line source
#!/usr/bin/python3 from pathlib import Path from sync import Project, getSshAuthSock p = Project(Path('.').absolute()) p.makeGithubRepo() p.hgToGithub()