view umasked.sh @ 1378:6bfd39dc48c5

NGINX Plus EC2 documentation was moved to nginx.com. Removed the page sources and fixed links to point to current location where applicable.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 18 Dec 2014 14:32:53 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"