diff --git a/.mutt/cachepurge.sh b/.mutt/cachepurge.sh index 73cd5118..1f79c44b 100755 --- a/.mutt/cachepurge.sh +++ b/.mutt/cachepurge.sh @@ -15,5 +15,5 @@ while IFS= read -r i; do rm "$i" [ $(du -s . | cut -f1 -d' ') -lt $CACHE_LIMIT ] && exit done <