image-captioning / git_pull.sh
xiaopch's picture
Today.Do it.
fa753a6
raw
history blame contribute delete
No virus
39 Bytes
#!/bin/bash
git status
git pull
sleep 3