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

5 lines
38 B
Bash

#!/bin/sh
println "${*}" 1>&2
exit 1