Merge branch 'Poil-patch-1'

This commit is contained in:
Élie Deloumeau-Prigent 2024-04-24 15:10:28 +02:00
commit 88454edf38
No known key found for this signature in database
GPG Key ID: 94F059CE0C5FF9D9

View File

@ -61,6 +61,6 @@ while read line; do
# print usage line & bar # print usage line & bar
echo "${line}" | awk '{ printf("%-31s%+3s used out of %+4s\n", $1, $2, $3); }' | sed -e 's/^/ /' echo "${line}" | awk '{ printf("%-31s%+3s used out of %+4s\n", $1, $2, $3); }' | sed -e 's/^/ /'
echo -e "${bar}" | sed -e 's/^/ /' echo -e "${bar}" | sed -e 's/^/ /'
done < <(df -H -x zfs -x squashfs -x tmpfs -x devtmpfs -x overlay --output=target,pcent,size | tail -n+2) done < <(df -H -x zfs -x squashfs -x tmpfs -x devtmpfs -x overlay -x nfs -x nfs4 -x cifs --output=target,pcent,size | tail -n+2)
printf "\n" printf "\n"