blob: 242ffc81b07e9d8802be25f4d7383b6b247ad87a [file] [log] [blame]
#!/bin/sh
if [ -f $1 ]; then
$1 || exit $?;
fi