Skip to content

Instantly share code, notes, and snippets.

@smb
Created January 16, 2019 12:01
Show Gist options
  • Save smb/151d13e69de5b905b64bb46ad74b3c96 to your computer and use it in GitHub Desktop.
Save smb/151d13e69de5b905b64bb46ad74b3c96 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo $@
sudo setfacl -R -m u:"www-data":rwX -m u:`whoami`:rwX $@
sudo setfacl -dR -m u:"www-data":rwX -m u:`whoami`:rwX $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment