mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
7 lines
48 B
Text
7 lines
48 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
echo "1234" > file
|
||
|
|
zstd file
|