runTests.sh 105 B

12345
  1. #!/bin/bash
  2. ./genCheckValues.sh $1 > checkValues.txt
  3. node test.js checkValues.txt $1
  4. rm checkValues.txt