First Commit
This commit is contained in:
6
externals/zstd/tests/cli-tests/zstd-symlinks/setup
vendored
Normal file
6
externals/zstd/tests/cli-tests/zstd-symlinks/setup
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
println "hello" > hello
|
||||
println "world" > world
|
||||
zstd hello world
|
||||
Reference in New Issue
Block a user