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