5 lines
57 B
Bash
Executable file
5 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
exec 2>&1
|
|
zfs unshare -a
|
|
zfs unmount -a
|