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