This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/kiss/kiss
2022-05-01 08:52:14 +02:00

12 lines
77 B
Bash
Executable file

#!/bin/sh
cat <<- EOF >&2
* >>>>>
*
* :* :*
*
* <<<<<
EOF
exit 0