Skip to content

fiorano10/facebook-remove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

facebook-remove

Helps remove Facebook cache & cookies!

To run it periodically, use crontab.

  1. Open a Terminal and run,
crontab -e

this should open an Editor. There you can type

  1. For every hour:
crontab 0 * * * * /path/to/script
  1. For every minute:
crontab */1 * * * * /path/to/script

And to see your crontabs

crontab -l

About

Helps remove Facebook cache & cookies!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages