Explorar el Código

add decache command

Casey DeLorme hace 1 semana
padre
commit
ca91733543
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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/*
+