IYUUAutoReseed/git_pull.sh

5 lines
90 B

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