mirror of
https://github.com/facebook/zstd.git
synced 2025-12-28 00:23:44 +02:00
7 lines
48 B
Plaintext
7 lines
48 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
echo "1234" > file
|
||
|
|
zstd file
|