view umasked.sh @ 1334:fcbae2078b19

Added missing comma after the introductory phrase.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 13 Oct 2014 17:51:45 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"