9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# /etc/cron/daily/makewhatis: update the whatis database
|
|
#
|
|
|
|
/usr/sbin/makewhatis -w
|
|
|
|
# End of file
|