mirror of
https://github.com/facebook/zstd.git
synced 2025-07-28 00:01:53 +03:00
Run compression & validate the compressed file matches a known checksum. To update the output run: ``` make -C tests update-cli-tests ```
6 lines
36 B
Bash
Executable File
6 lines
36 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp -r ../files .
|