Files
thinrasp/etc_org/cron.weekly/fstrim
T
2019-11-26 21:36:24 +01:00

4 lines
86 B
Bash
Executable File

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