1 2 3 4 5 6 7 8
#! /bin/bash # SPDX-License-Identifier: GPL-2.0 if [ -d "$1" ]; then exit 0 fi exit 1