Adding tree import.

This commit is contained in:
stephb9959
2021-09-07 14:26:06 -07:00
parent 4671e6818b
commit 6beda275c8
2 changed files with 3 additions and 0 deletions

View File

@@ -287,6 +287,7 @@ case "$1" in
"contactcount") login; contactcount ; logout;;
"locationcount") login; locationcount ; logout;;
"getunassignedtags") login; getunassignedtags ; logout;;
"importtree") login; importtree $2; logout;;
*) help ;;
esac