mirror of
https://github.com/facebook/zstd.git
synced 2025-07-06 23:56:40 +02:00
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
![]() |
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
println "hello" > hello
|
||
|
println "world" > world
|
||
|
zstd hello world
|