xref: /freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/upath (revision f9fd7337f63698f33239c58c07bf430198235a22)
1#!/bin/sh
2if [ "$1" = "-h" ] ; then
3	echo "Show the underlying path for a device."
4	exit
5fi
6
7echo upath="$VDEV_UPATH"
8