view umasked.sh @ 2079:05f5bfdaffa3

Development guide: fixed formatting function names. Reported by Yves Crespin.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Nov 2017 16:54:09 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"