view umasked.sh @ 1153:4e20e4f8f49b

Finished truncation of "memory buffers" to just "buffers". While here, fixed fallouts from 65bc9d1ec234.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 11 Apr 2014 11:11:51 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"