Sfoglia il codice sorgente

add decache command

Casey DeLorme 1 settimana fa
parent
commit
ca91733543
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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/*
+