#!/bin/sh
# trim all mounted file systems which support it
/sbin/fstrim --all || true
