view umasked.sh @ 1203:0f9faaddd31c

Regenerated.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 22 May 2014 14:44:50 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"