Skip to content

Instantly share code, notes, and snippets.

@digitalpardoe
Last active December 18, 2015 20:51
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 digitalpardoe/02c1cbf243d17d5e4d78 to your computer and use it in GitHub Desktop.
Save digitalpardoe/02c1cbf243d17d5e4d78 to your computer and use it in GitHub Desktop.
chown $(stat -f%u:%g "$SRCDIR") "$DSTDIR"
chmod $(stat -f%Mp%Lp "$SRCDIR") "$DSTDIR"
(ls -lde "$SRCDIR" | tail +2 | sed 's/^ [0-9]*: //'; echo) | chmod -E "$DSTDIR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment