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

2 lines
84 B
Bash
Raw Normal View History

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