image-captioning / git_pull.cmd
Last commit not found
raw
history blame
39 Bytes
#!/bin/bash
git status
git pull
sleep 3