Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created May 27, 2019 03:03
Show Gist options
  • Save keijiro/9c351d97415aa80849e6dbffe4d411b3 to your computer and use it in GitHub Desktop.
Save keijiro/9c351d97415aa80849e6dbffe4d411b3 to your computer and use it in GitHub Desktop.
Fix files in RealSense SDK for Rsvfx
find . \( -name '*.cs' -or -name '*.meta' \) -exec dos2unix {} \; -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment