Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed

#! /bin/sh
for mount in / /boot ; do
        /sbin/fstrim $mount
done