view umasked.sh @ 1164:57c6219b2975

Missed comma fixed. A couple of Latin symbols plugged into Russian text changed to Russian counterparts.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 23 Apr 2014 15:34:32 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"