Skip to content

Instantly share code, notes, and snippets.

@bjoernhohe
Created October 13, 2017 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoernhohe/0f83c9fec2aa9f7fcee13cfe661eddf5 to your computer and use it in GitHub Desktop.
Save bjoernhohe/0f83c9fec2aa9f7fcee13cfe661eddf5 to your computer and use it in GitHub Desktop.
batch job to clean redundant OSX leftovers on Windows
echo Hi there! Cleaning MacOS redundant files...
del /s /a:h ._*
del /s /a:h .DS_Store
del /s /a:h .Trashes
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment