No se olviden de poner algún comentario, dando su opinión, diciendo que agregar o quitar, referenciarnos otros blogs, etc. Bueno disfruten su visita ; )

martes, 24 de febrero de 2009

[Bash Script] aMSN & Emesene Cache Cleaner

Les dejo estos dos bash script programados por mi....no son la gran cosa pero bueno, sirven para limpiar la cache de imagenes, smileys, thumbnails, etc de aMSN y Emesene.

[inicio amsncleaner.sh]
#!/bin/bash
echo ":: aMSN Cache Remover By Kron0Master | kron0master@yahoo.com.ar ::"
echo ":: Insert your hotmail account (like this: mymail_hotmail_com) ::"
read mail
echo
echo "[+] Cleaning displaypic cache..."
rm $HOME/.amsn/displaypic/cache/*
echo "[+] Cleaning smileys cache..."
rm $HOME/.amsn/smileys/cache/*
echo "[+] Cleaning $mail displaypic cache..."
rm $HOME/.amsn/$mail/displaypic/cache/*
echo "[+] Cleaning $mail file tranfers cache..."
rm $HOME/.amsn/$mail/FT/cache/*
echo "[+] Cleaning $mail smileys cache..."
rm $HOME/.amsn/$mail/smileys/cache/*
echo "[+] Cleaning $mail voiceclips cache..."
rm $HOME/.amsn/$mail/voiceclips/cache/*
echo "[+] All done!"
[fin amsncleaner.sh]


[inicio emesenecleaner.sh]
#!/bin/bash
echo ":: emesene Cache Remover By
Kron0Master | kron0master@yahoo.com.ar ::"
echo ":: Insert your hotmail account (like this: mymail_hotmail_com) ::"
read mail
echo
echo "[+] Cleaning cache..."
rm $HOME/.config/emesene1.0/$mail/cache/*
echo "[+] Done!"
[fin emesenecleaner.sh]

Para ejecutarlos:

bash amsncleaner.sh
bash emesenecleaner.sh

Saludos.

No hay comentarios:

Publicar un comentario