Created
July 12, 2019 18:10
-
-
Save orb/be1aaec26083ea83a8efd101cc1bfbe9 to your computer and use it in GitHub Desktop.
rmtilde - clean up dangling editor tmp files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -type f \( -name "#*" -or -name ".#*" -or -name "*~" \) -print -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment