#!/bin/sh
domain=${NIDOMAIN-.}
path=`dread niTools cwd | awk '{print $3}'`
echo --- "$path"
niutil -list "$domain" "$path"
