Ver Código Fonte

清空Android SDcard中的资源缓存脚本修复

huangbo 7 anos atrás
pai
commit
3ba67b2f2e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      show-client/clean-res.cmd

+ 1 - 1
show-client/clean-res.cmd

@ -1,3 +1,3 @@
1
adb shell rm -r /mnt/sdcard/display-client
1
adb shell rm -r /mnt/sdcard/show-client
2 2
adb shell ls /mnt/sdcard/
3 3
pause