2024-08-13 05:15:34 -04:00

7 lines
83 B
Bash

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