view umasked.sh @ 2257:8cef5ef98336

Changed quotes to ASCII in NJS example.
author Nick Shadrin <nick@nginx.com>
date Wed, 17 Oct 2018 15:42:16 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"