6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
if [ -f whatis ]; then
|
||
|
cat - whatis <<EOF
|
||
|
.Ss2 \*M specific
|
||
|
EOF
|
||
|
fi
|