Skip to content

Instantly share code, notes, and snippets.

@cgdangelo
Created June 19, 2012 21:49
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 cgdangelo/2956737 to your computer and use it in GitHub Desktop.
Save cgdangelo/2956737 to your computer and use it in GitHub Desktop.
Compare customized layout to default
#!/bin/sh
# Run from /docroot/app/design/[adminhtml|frontend|install]/[package]/[theme]
vimdiff ../../base/default/${1} ${1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment