view umasked.sh @ 1311:b6fd4402ab2e

Design: tuned line spacing.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 20:21:52 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"