mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Run compression & validate the compressed file matches a known checksum. To update the output run: ``` make -C tests update-cli-tests ```
5 lines
36 B
Bash
Executable file
5 lines
36 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp -r ../files .
|