bc20cd5a创建于 2022年11月10日历史提交
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0

if [ -d "$1" ]; then
    exit 0
fi

exit 1