view umasked.sh @ 718:8afb4cbc63bb

Removed vestiges of separate "introduction" and "howto".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Oct 2012 08:18:46 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"