#!/usr/bin/env bash

RESULT=`/sbin/kextunload '/System/Library/Extensions/SanDiskCFast.kext'`

exit 0
