view umasked.sh @ 1146:d37892ad69ab

Corrected spelling in the "in the meantime" phrase.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 07 Apr 2014 20:08:30 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"