WizardKit/Enable TRIM.command
Alan Mason 7ff964fc37 2016-08: Retroactive Updates
* Added installers and updated diagnostics
2017-12-04 16:40:46 -08:00

6 lines
85 B
Bash

#!/bin/bash
## Wizard Kit: Enable TRIM
# Run trimforce
sudo trimforce enable
exit 0