#!/system/bin/sh
MODDIR=${0%/*}
busybox=/data/adb/magisk/busybox
$busybox fstrim -v /data >>$MODDIR/fstrim.log
