3 lines
87 B
Tcsh
Executable file
3 lines
87 B
Tcsh
Executable file
if ($uid > 999 && "`/usr/bin/id -gn`" == "`/usr/bin/id -un`") then
|
|
umask 007
|
|
endif
|