#!/bin/sh

chown root /Applications/SpeedStep.app/Contents/MacOS/SpeedStep
chmod +s /Applications/SpeedStep.app/Contents/MacOS/SpeedStep

exit 0