view umasked.sh @ 823:2d08f96e36cf

Paraphrased text about live upgrade of an executable file.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 28 Jan 2013 12:29:41 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"