view umasked.sh @ 1172:24baab45bacf

1162:fffa56507ba2 (the banneer with the link to the survey) reverted.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 28 Apr 2014 16:32:28 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"