megradio / git_init.sh
yuanjie
update
c9ae7aa
raw history blame
No virus
72 Bytes
#!/usr/bin/env bash
git add *
git commit -m "update"
git pull
git push