IYUUAutoReseed/config/git_pull.sh

6 lines
90 B
Bash

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