view umasked.sh @ 1029:ad2fc80ac32e

FAQ page updated with the latest stats. Requested by andrew@.
author Andrei Belov <defan@nginx.com>
date Fri, 13 Dec 2013 17:19:02 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"