Skip to content

Instantly share code, notes, and snippets.

@kamui
Created August 21, 2010 02:15
Show Gist options
  • Save kamui/541635 to your computer and use it in GitHub Desktop.
Save kamui/541635 to your computer and use it in GitHub Desktop.
cron commands to autoupdate textmate bundles
find ~/"Library/Application Support/TextMate/Bundles/" -name .git -execdir git pull --quiet \;
find ~/"Library/Application Support/TextMate/Bundles/" -maxdepth 2 -name .svn -execdir svn up --quiet \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment