Skip to content

Instantly share code, notes, and snippets.

@chx
Last active August 29, 2015 14:00
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 chx/11069092 to your computer and use it in GitHub Desktop.
Save chx/11069092 to your computer and use it in GitHub Desktop.
Create a list of blocks used by context.module
ag -l -G 'context.inc$' blocks |xargs grep -h -B1 delta |awk 'BEGIN { RS = "--"; FS="\n" } /=>/ { print $2 $3 }' |sort|uniq >block_list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment