Created
September 30, 2019 03:38
-
-
Save Kr0n0/f835790d136b51a559474c0904401374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Fix Nintendo Switch exFat external attributes for SX OS / Atmosphere in Mac OS X | |
find $1 ! -name 'Nintendo' ! -name 'Emutendo' -maxdepth 1 -type d -exec sudo chflags -R arch {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment