Skip to content

Instantly share code, notes, and snippets.

@CashWilliams
Created July 11, 2012 14:53
Show Gist options
  • Save CashWilliams/3090923 to your computer and use it in GitHub Desktop.
Save CashWilliams/3090923 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {`drush $1 pml --status=enabled -p | grep ntlp | cut -d " " -f 1`}
do
drush $1 coder critical $i > $i.md
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment