IYUUAutoReseed/git_pull.sh
2020-03-03 16:43:12 +08:00

6 lines
90 B
Bash

#!/bin/sh
cd /root/IYUUAutoReseed
git fetch --all
git reset --hard origin/master
git pull