view umasked.sh @ 1198:59099cb4b16f

Status: fixed "backup" description broken in dd64ce140de2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 19 May 2014 11:44:36 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"