Skip to content

Instantly share code, notes, and snippets.

@itkq
Created August 14, 2016 15:39
Show Gist options
  • Save itkq/44304d0f56fc470350d6f5b18df24d3f to your computer and use it in GitHub Desktop.
Save itkq/44304d0f56fc470350d6f5b18df24d3f to your computer and use it in GitHub Desktop.
for f in test/*.in ; do ; diff <(cat $f | ./a.out) ${f%.in}.out ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment