mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 07:48:26 +01:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
zfs --version > /dev/null 2>&1 \
|
|
&& exit 0
|
|
exit 1
|