update.sh 98 B

12345
  1. #!/bin/bash
  2. # removing any local change and getting latest version
  3. git reset --hard HEAD
  4. git pull