11 lines
77 B
Bash
Executable file
11 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat <<- EOF >&2
|
|
* >>>>>
|
|
*
|
|
* :* :*
|
|
*
|
|
* <<<<<
|
|
EOF
|
|
|
|
exit 0
|