1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
python s/gen.py git config --global user.email "hyperchessbot@gmail.com" git config --global user.name "hyperchessbot" git checkout -b master git add . -A git commit -m "$*" git push github master git push gitlab master