view umasked.sh @ 341:a21a5ae60b1e

Copyright date bumbed.
author Maxim Konovalov <maxim@nginx.com>
date Sat, 21 Jan 2012 21:43:12 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"