Files
filament/third_party/zstd/tests/cli-tests/zstd-symlinks/setup
2025-08-07 14:58:18 -07:00

7 lines
83 B
Bash
Executable File

#!/bin/sh
set -e
println "hello" > hello
println "world" > world
zstd hello world