xref: /aosp_15_r20/external/zstd/tests/cli-tests/zstd-symlinks/setup (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1*01826a49SYabin Cui#!/bin/sh
2*01826a49SYabin Cuiset -e
3*01826a49SYabin Cui
4*01826a49SYabin Cuiprintln "hello" > hello
5*01826a49SYabin Cuiprintln "world" > world
6*01826a49SYabin Cuizstd hello world
7