Skip to content

Instantly share code, notes, and snippets.

@haldun
Created October 3, 2011 16:38
Show Gist options
  • Save haldun/1259546 to your computer and use it in GitHub Desktop.
Save haldun/1259546 to your computer and use it in GitHub Desktop.
scanner test case
for f in samples/*.frag; do echo $f ; ./scanner < ${f} | diff -w - ${f%.frag}.out ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment