view umasked.sh @ 1305:4fab838decd8

Removed the "links" page. A link to the chapter of "The Architecture of Open Source Applications" moved to the documentation page.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 17:09:20 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"