git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / zstd-symlinks / zstdcat.sh
1 #!/bin/sh
2 set -e
3
4 # Test zstdcat symlink in bin/
5 zstdcat hello.zst
6 zstdcat hello.zst world
7 zstdcat hello world.zst
8 zstdcat hello.zst world.zst
9
10 # Test local zstdcat symlink
11 ln -s $(which zstd) ./zstdcat
12 ./zstdcat hello.zst