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