Browse Source

add decache command

Casey DeLorme 1 tuần trước cách đây
mục cha
commit
ca91733543
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      install/usr/local/bin/decache

+ 8 - 0
install/usr/local/bin/decache

@@ -0,0 +1,8 @@
+#!/bin/bash -ex
+
+# remove gpu related cache files
+rm -rf $HOME/.cache/{Cemu,mesa,radv,citron,eden}*
+
+# remove steam cache
+rm -rf $HOME/.local/share/Steam/steamapps/shadercache/*
+