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

5 lines
38 B
Bash

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