Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
nginx
Edit Copy
Star
GitHub Repository:
nginx/nginx.org
Path:
blob/main/tools/umasked.sh
1
views
1
#!/bin/sh
2
3
umask
002
4
5
exec
/bin
/sh
"
$@
"
6
7