#!/bin/bash tree= if [ "$1" ]; then tree=$1 shift fi tools_dir=$(dirname "$0") . "$tools_dir/common.sh" get_contacts "$tree" exit 0