xref: /freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/upath (revision a7623790fb345e6dc986dfd31df0ace115e6f2e4)
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