update-oops-plugin-excel-to-json.sh 259 B

1234567891011
  1. if [ ! -d "extensions" ]; then
  2. mkdir extensions
  3. fi
  4. cd extensions
  5. if [ ! -d "oops-plugin-excel-to-json" ]; then
  6. git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git
  7. else
  8. cd oops-plugin-excel-to-json
  9. git pull
  10. fi