Skip to content

Instantly share code, notes, and snippets.

@dsueiro
Forked from barbazul/post-checkout
Created October 8, 2014 18:53
Show Gist options
  • Save dsueiro/b7627dcfd2e905c4ad8b to your computer and use it in GitHub Desktop.
Save dsueiro/b7627dcfd2e905c4ad8b to your computer and use it in GitHub Desktop.
#!/usr/bin/php
<?php
if(file_exists('app/Mage.php')) require 'app/Mage.php';
else require '../../app/Mage.php';
Mage::app();
Mage::getModel('core/cache')->flush();
echo "Flushed all Magento cache.\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment