mirror of
https://github.com/facebook/zstd.git
synced 2025-07-02 20:22:31 +03:00
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "1234" > file
|
|
zstd file
|