Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
alkostuchkov
/
dotfiles
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
ccb41af5b1
Větve
Značky
desktop
dotfiles
/
.myScripts
/
cacheCleaner.sh
cacheCleaner.sh
56 B
Historie
Surový
1
2
3
4
5
6
#!/bin/sh
rm -rf /home/$USER/.cache/sessions/*
exit 0