if [ $# -ne 2 ] && [ $# -ne 1 ]; then
    echo "$0 srcfile/dir targetdir"
    exit 0
fi

+ Recent posts