Bash程序  |  6行  |  52 B

#!/bin/sh

if [ -f $1 ]; then
    $1 || exit $?;
fi