view umasked.sh @ 1297:4eedb69b6156

Updated link to Google Public DNS.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 19 Sep 2014 19:45:27 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"