]> git.ozlabs.org Git - next-scripts/blob - get_contacts
update to_build_host a bit
[next-scripts] / get_contacts
1 #!/bin/bash
2
3 tree=
4 if [ "$1" ]; then
5         tree=$1
6         shift
7 fi
8
9 tools_dir=$(dirname "$0")
10 . "$tools_dir/common.sh"
11
12 get_contacts "$tree"
13
14 exit 0