update.sh 75 B

1234
  1. #!/usr/bin/env bash
  2. git fetch --all
  3. git reset --hard origin/master
  4. git pull