aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pull.sh (unfollow)
Commit message (Collapse)Author
2019-08-12remove pull.shEgor Tensin
It was used to add the SSH key to the ssh-agent. It required storing the password in password.txt, which is terrible. python3 -m pull.main still works, assuming the key is loaded already.
2019-08-12pull.sh: refactoringEgor Tensin
2019-08-12split pull/pull.pyEgor Tensin
2019-02-19add option to pull individual reposEgor Tensin
2019-02-19refactor to make for proper codeEgor Tensin