view umasked.sh @ 2824:26c1c4ff60bd

Updated with Netcraft January 2022 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 18 Jan 2022 11:46:33 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"