update.sh 67 B

123456
  1. #!/usr/bin/env bash
  2. git pull
  3. pon
  4. flutter pub get
  5. cd ios
  6. pod install