ptrcports/alpine/kiss/kiss.post-install

11 lines
77 B
Bash
Executable file

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