Helps remove Facebook cache & cookies!
To run it periodically, use crontab.
- Open a Terminal and run,
crontab -e
this should open an Editor. There you can type
- For every hour:
crontab 0 * * * * /path/to/script
- For every minute:
crontab */1 * * * * /path/to/script
And to see your crontabs
crontab -l