Skip to content

Instantly share code, notes, and snippets.

@mistificator
Created August 25, 2024 19:09
Show Gist options
  • Save mistificator/23a47728e881ba5786ceb8810d00a901 to your computer and use it in GitHub Desktop.
Save mistificator/23a47728e881ba5786ceb8810d00a901 to your computer and use it in GitHub Desktop.
#!/bin/sh
find . -type f -print0 | xargs -0 dos2unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment