cmdok checks that specified commands are OK. If command is OK than it exists in PATH and can be run.
It is a simple, small and portable Bashscript. It is useful in software packages that want to check that some commands exist before trying to run them.
See wiki for more information and examples.