image-captioning / git_push.sh
xiaopch's picture
Today.Do it.
110866b
raw
history blame contribute delete
No virus
92 Bytes
#!/bin/bash
git status
git add -A
git status
git commit -m "Today.Do it."
git push
sleep 300