Skip to content

Instantly share code, notes, and snippets.

@lsl
Forked from delputnam/gist:8213bbe304b9ffbdcfc28f5d6b083e8c
Last active January 31, 2019 10:24
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 lsl/3822a402e88637477eb97678eb87876a to your computer and use it in GitHub Desktop.
Save lsl/3822a402e88637477eb97678eb87876a to your computer and use it in GitHub Desktop.
Delete unison.tmp files
# Note unison should be deleting tmp files older than 30 days automatically anyway
find . -name '*.unison.tmp' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment