Skip to content

Instantly share code, notes, and snippets.

@zbeekman
Created February 10, 2015 15:50
Show Gist options
  • Select an option

  • Save zbeekman/3851ecdb08eca7707ccc to your computer and use it in GitHub Desktop.

Select an option

Save zbeekman/3851ecdb08eca7707ccc to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -type f -a \( -name '*.tex' -o -name '*.cmake' -o -name '*.bib' -o -name '*.md' -o -name '*.txt' \) -print -exec ~/clean-endings.sh {} ~/cleaning-log.txt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment