Newer
Older
Import / applications / MakePDF / Security / BigInteger / run-tests.sh
@John Ryland John Ryland on 22 Dec 2020 113 bytes import NUC files
#!/bin/bash


./tests A | fold -w 80 > t1.txt
./tests B | fold -w 80 > t2.txt
diff -du t1.txt t2.txt > t3.txt