Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created June 4, 2016 23:32
Show Gist options
  • Select an option

  • Save remarkablemark/ec3dd3eb9ecae792bf5b66fdab855070 to your computer and use it in GitHub Desktop.

Select an option

Save remarkablemark/ec3dd3eb9ecae792bf5b66fdab855070 to your computer and use it in GitHub Desktop.
Script that cleans up iMovie render files.
#!/usr/bin/env bash
# find and delete the `Render Files` directory for each iMovie project to free up space
find ~/Movies/iMovie\ Library.imovielibrary -path "*/Render Files" -type d -exec rm -r {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment