Created
March 22, 2011 13:48
-
-
Save NKjoep/881226 to your computer and use it in GitHub Desktop.
Launch Google Chrome with cache disable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Description: Launch Google Chrome with cache disable | |
## Author: Andrea D. <[email protected]> | |
# | |
## Remember to change the path :) | |
/usr/bin/google-chrome %U --disk-cache-size=1 --media-cache-size=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment