scripts/varios/fstrim.sh

7 lines
130 B
Bash
Executable File

#!/bin/sh
# Script para darle mantemiento al SSD
#doas fstrim /
#doas fstrim --quiet-unsupported /home
doas fstrim --all || true