Skip to content

Instantly share code, notes, and snippets.

@deontologician
Created September 14, 2009 17:15
Show Gist options
  • Save deontologician/186779 to your computer and use it in GitHub Desktop.
Save deontologician/186779 to your computer and use it in GitHub Desktop.
for file in ./bad*; do ./dj-lex ${file} > /dev/null; if ["$?" != "0"]; then echo "lex error on ${file}"; fi; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment