build.sh 69 B

1234567
  1. cd `dirname $0`
  2. cd ../
  3. git reset HEAD --hard
  4. git pull
  5. gradle build