xref
: /
aosp_15_r20
/
external
/
zstd
/
tests
/
cli-tests
/
zstd-symlinks
/
setup
(revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
set
-e
3
4
println
"hello"
>
hello
5
println
"world"
>
world
6
zstd
hello
world
7