mirror-chatterino2/scripts/windows-fix-directory-case-sensitivity.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
84 B
Bash
Raw Normal View History

find . -not -path "*.git*" -exec fsutil.exe file setCaseSensitiveInfo {} disable \;