Skip to content

Instantly share code, notes, and snippets.

@sergey-fritzler
Created August 31, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergey-fritzler/cb926166a626f5d7d70ab12179decbe0 to your computer and use it in GitHub Desktop.
Save sergey-fritzler/cb926166a626f5d7d70ab12179decbe0 to your computer and use it in GitHub Desktop.
Clear Gambio shop cache
#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
echo "Clear cache"
rm -rf $dir/cache/*
rm -rf $dir/templates_c/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment