/ Published in: Bash
Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash rm -fR /Users/Mike/Library/Caches/Safari/ rm -fR /Users/Mike/Library/Caches/Shiira/ rm -fR /Users/Mike/Library/Caches/Firefox/ exit 0