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