Skip to content

Instantly share code, notes, and snippets.

@shmup
Forked from bertrandom/gist:2961106
Created December 15, 2012 21:31
Show Gist options
  • Save shmup/4299426 to your computer and use it in GitHub Desktop.
Save shmup/4299426 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Removes the Bing logo from Satellite Eyes wallpapers
#
# Delete the Bing logo image
rm -f /Applications/Satellite\ Eyes.app/Contents/Resources/bing-logo.png
# Clear the map cache
rm -f ~/Library/Application\ Support/Satellite\ Eyes/map-*.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment