Skip to content

Instantly share code, notes, and snippets.

@zacharydanger
Created September 20, 2017 12:59
Show Gist options
  • Save zacharydanger/0057a9c960de3beff5f1aa5b95d48808 to your computer and use it in GitHub Desktop.
Save zacharydanger/0057a9c960de3beff5f1aa5b95d48808 to your computer and use it in GitHub Desktop.
Restart macOS Spotlight indexing, because sometime it sucks
#!/bin/bash
sudo mdutil -a -i off
sudo mdutil -a -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment