vp-build/srcpkgs/mdocml/files/makewhatis.cron.daily

4 lines
39 B
Bash
Executable File

#!/bin/sh
makewhatis -a -Tutf8
exit $?