view umasked.sh @ 2729:886c6507ee04

Fixed a broken link in the Unit 1.24.0 announcement.
author Artem Konev <artem.konev@nginx.com>
date Fri, 28 May 2021 11:11:20 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"