blob: f66b9612171b696dd18852011d53edb27279904e [file] [log] [blame]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# Copyright IBM Corp. 2008,2025
#
tree=
if [ "$1" ]; then
tree=$1
shift
fi
. "$(dirname "$0")/common.sh"
get_contacts "$tree"
exit 0