Update to trixie

This commit is contained in:
ibu ☉ radempa 2026-03-22 13:09:26 +01:00
parent 3686d35108
commit fbfb04717a
48 changed files with 914 additions and 2216 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/bin/mail -s "---- Quota warning ----" $USER
Your mailbox is now $PERCENT% full.
EOF