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