2025-04-28 23:30:04 -04:00

7 lines
83 B
Bash

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