view umasked.sh @ 937:c1751a5e538a

Added information about brand new Ubuntu AMI.
author Andrei Belov <defan@nginx.com>
date Thu, 27 Jun 2013 13:18:24 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"