View Single Post
Posts: 397 | Thanked: 185 times | Joined on Oct 2011
#967
Originally Posted by bibek View Post

for those who'd like to know the code for custom action:

Code:
sh -c "rm /home/user/.cache/data/twitter/twcache*"
Repeat it daily, preferably when you sleep at night.

You might wanna link this to first post. It'll help quite a few people
curious why enter sh -c, shouldn't "rm /home/user/.cache/data/twitter/twcache*" be sufficient?