view umasked.sh @ 974:9c9a3915aeda

EC2 guide: NGINX SE changed to NGINX Plus.
author Andrei Belov <defan@nginx.com>
date Thu, 22 Aug 2013 19:56:01 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"