Skip to content

Instantly share code, notes, and snippets.

@jeremiegirault
Created August 3, 2012 09:35
Show Gist options
  • Save jeremiegirault/3246318 to your computer and use it in GitHub Desktop.
Save jeremiegirault/3246318 to your computer and use it in GitHub Desktop.
Unfuck eclipse workspace script
#!/bin/bash
# put this file at the root of your workspace (next to .metadata folder)
rm -rf .metadata/.lock
rm -rf .metadata/.plugins/org.eclipse.core.resources/.snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment