2025-03-17 01:14:16 +03:00

7 lines
83 B
Bash

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