megradio / git_init.sh
yuanjie
update
c9ae7aa
#!/usr/bin/env bash
git add *
git commit -m "update"
git pull
git push