3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/sbin/makewhatis -a -T utf8 /usr/share/man
|
#!/bin/sh
|
|
|
|
exec /usr/sbin/makewhatis -a -T utf8 /usr/share/man
|