view umasked.sh @ 752:d26a60eab2b5

Completely rewritten to provide actual information about new NGINX AMI and support details.
author Andrey Belov <defan@nginx.com>
date Fri, 02 Nov 2012 19:30:27 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"