view umasked.sh @ 539:785eff9d1bfa

HP-UX 11.31 / ia64 added to the list of tested platforms.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 18 Jun 2012 15:37:44 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"