view umasked.sh @ 771:47ad88faaa3f

$msec and $request_time have become generic variables in 1.3.9.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Nov 2012 12:41:16 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"