Skip to content

Instantly share code, notes, and snippets.

@Kr0n0
Created September 30, 2019 03:38
Show Gist options
  • Save Kr0n0/f835790d136b51a559474c0904401374 to your computer and use it in GitHub Desktop.
Save Kr0n0/f835790d136b51a559474c0904401374 to your computer and use it in GitHub Desktop.
#!/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