mirror of
https://github.com/facebook/zstd.git
synced 2026-04-26 15:24:34 +02:00
936ae8a3a0
* Move zstdgrep and zstdless tests to cli-tests Co-authored-by: Binh Vo <binhvo@fb.com>
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "1234" > file
|
|
zstd file
|