diff options
author | xyz <gky44px1999@gmail.com> | 2022-11-07 19:25:55 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-11-07 19:25:55 -0800 |
commit | 4fdce99d74817e2cbcb1467ef8ea597001ad9640 (patch) | |
tree | 5a78a2a123dc17ec30c1390c1f0bb71d545d7160 /home | |
parent | 3ee0645d1d9cb8a93be152875a14f61cdefea863 (diff) |
cfg use umask 077 for git
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/cfg b/home/xyz/.local/bin/cfg index 3f7ec29d..92a097e7 100755 --- a/home/xyz/.local/bin/cfg +++ b/home/xyz/.local/bin/cfg @@ -1,5 +1,6 @@ #!/bin/sh +umask 077 while getopts lsmM opt; do case $opt in #c) |