Skip to content

Instantly share code, notes, and snippets.

@gcamerli
Created June 14, 2018 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcamerli/f6898b252e67084c3b575c9150344760 to your computer and use it in GitHub Desktop.
Save gcamerli/f6898b252e67084c3b575c9150344760 to your computer and use it in GitHub Desktop.
Reset all extended attributes on the passed argument
#!/bin/sh
# ./reset_attr.sh $1
# Remove no-change attributes
chflags nouchg $1
# Remove extended attributes
xattr -rc $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment