Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
alkostuchkov
/
dotfiles
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
6f071af70d
Branch-ok
Tag-ek
desktop
dotfiles
/
.myScripts
/
cacheCleaner.sh
cacheCleaner.sh
56 B
Előzmények
Nyers
1
2
3
4
5
6
#!/bin/sh
rm -rf /home/$USER/.cache/sessions/*
exit 0