Guest User

Untitled

a guest
Jan 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. 16 check: $@
  2. 17 ./findGRE ../data/test.fa ../data/PPRE_alpha_L13_73.txt 13 0.5 &> /dev/null;
  3. 18 if [ "$$?" -eq "0" ] \
  4. 19 then \
  5. 20 echo "Test passed" \
  6. 21 else \
  7. 22 echo "Test failed" \
  8. 23 fi
Add Comment
Please, Sign In to add comment