Files
2025-09-21 01:09:06 +02:00

7 lines
83 B
Bash

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