Files
mirror_zfs/cmd/zpool/zpool.d/upath
T

9 lines
146 B
Bash
Raw Normal View History

2017-04-21 09:27:04 -07:00
#!/bin/sh
if [ "$1" = "-h" ] ; then
echo "Show the underlying path for a device."
exit
fi
2022-01-07 01:07:54 +01:00
# shellcheck disable=SC2154
2017-04-21 09:27:04 -07:00
echo upath="$VDEV_UPATH"