Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Last active February 19, 2016 08:32
Show Gist options
  • Save Marko-M/1ace5fe238b3dcc7afcd to your computer and use it in GitHub Desktop.
Save Marko-M/1ace5fe238b3dcc7afcd to your computer and use it in GitHub Desktop.
Magento Template Check
#!/bin/bash
grep -Ein "get(Singleton|(Resource)?Model)" $(find -name "*.phtml")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment