5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# place-holder, diverted by perl-doc
|
||
|
|
echo You need to install the perl-doc package to use this program. >&2
|
||
|
|
exit 1
|