Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
alkostuchkov
/
dotfiles
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Branch:
desktop
Branches
Tags
desktop
dotfiles
/
.myScripts
/
cacheCleaner.sh
cacheCleaner.sh
56 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
#!/bin/sh
rm -rf /home/$USER/.cache/sessions/*
exit 0