view umasked.sh @ 519:e23d718ac865

A link to CHANGES for 1.3 corrected.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 21 May 2012 15:15:17 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"