3 lines
98 B
Bash
3 lines
98 B
Bash
|
#! /bin/bash
|
||
|
watch --interval 60 --differences --color --no-title "zfs list -o space | grep -v /"
|