瀏覽代碼

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

huangbo 7 年之前
父節點
當前提交
3ba67b2f2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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