Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cc -o mysort ../../mysort.c
  2. ../.././mysort ../../big_failing_test.txt 5 > run_out
  3.  
  4. count = grep -c timeout run_out;
  5.  
  6. if [count -eq 1] then
  7. exit 0;
  8. else
  9. exit 1;
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement