]> git.proxmox.com Git - mirror_zfs.git/blob - cmd/zpool/zpool.d/upath
Prebaked scripts for zpool status/iostat -c
[mirror_zfs.git] / cmd / zpool / zpool.d / upath
1 #!/bin/sh
2 if [ "$1" = "-h" ] ; then
3 echo "Show the underlying path for a device."
4 exit
5 fi
6
7 echo upath="$VDEV_UPATH"