Skip to content

Instantly share code, notes, and snippets.

@dansku
Created December 4, 2013 20:36
Show Gist options
  • Select an option

  • Save dansku/7795068 to your computer and use it in GitHub Desktop.

Select an option

Save dansku/7795068 to your computer and use it in GitHub Desktop.
Script to clear cache
#!/bin/sh
sync; echo 3 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment