view umasked.sh @ 1981:082724c57c38

Fixes in cycle section of the development guide. Field descriptions are improved and misspelled literal names are fixed.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 27 Apr 2017 18:11:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"