#!/bin/bash
clear
echo
cd "$(dirname "$0")"
sudo mv -f /etc/hostconfig /etc/hostconfigoriginal
sudo cp -f .Resources/disablefile /etc/hostconfig
sudo chown root:wheel /etc/hostconfig
sudo mv -f /System/Library/CoreServices/Search.bundle /System/Library/CoreServices/Searchoff.bundle
mv -f 'Enable Spotlight (Active).command' 'Enable Spotlight.command'
mv -f 'Disable Spotlight.command' 'Disable Spotlight (Active).command'
clear
echo
echo 'Spotlight disabled! Please reboot now!'
sleep 3
killall Terminal