#! /bin/sh

# Run given program, but return a successful rc anyway.
eval $@
exit 0
