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