lint.sh 94 B

12345678
  1. #!/bin/bash
  2. source "bin/init/env.sh"
  3. ./gradlew :app:lint
  4. E=$?
  5. cat app/build/lint.txt
  6. exit $E