Skip to content

Instantly share code, notes, and snippets.

@uabassguy
Forked from peterjaap/quickmodman
Created November 22, 2014 01:46
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 uabassguy/f67ee7fc880a486af91d to your computer and use it in GitHub Desktop.
Save uabassguy/f67ee7fc880a486af91d to your computer and use it in GitHub Desktop.
(declare -a tt && tt=( app/design app/code app/etc skin/frontend ) &&\
for t in "${tt[@]}"; do tree -fi -L 3 --noreport $t | awk 'NR > 2 { print $0 " " $0 }'; done)\
> modman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment