Blame | Last modification | View Log | RSS feed
#! /bin/sh for mount in / /boot ; do /sbin/fstrim $mount done
#! /bin/sh
for mount in / /boot ; do
/sbin/fstrim $mount
done