view umasked.sh @ 1472:b8f1deb17f01

Translated a piece of the introduction, missed in 83e49a60c9ca.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Apr 2015 13:08:27 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"