mirror-chatterino2/tools/windows-fix-directory-case-sensitivity.sh
2018-08-07 23:46:00 +02:00

2 lines
84 B
Bash

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