#!/bin/sh
export ZOOCFGDIR="${ZOOCFGDIR:-/etc/zookeeper}"
exec /usr/lib/zookeeper/bin/zkCli.sh "$@"
