Files
taimed/node_modules/crc32/test/runTests.sh
2025-07-24 17:21:45 +08:00

6 lines
105 B
Bash

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