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