6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
exec 2>&1
|
||
|
zfs unshare -a
|
||
|
zfs unmount -a
|