diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-15 01:22:03 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-15 01:22:03 -0800 |
commit | 4459af300459953ff1637ad3655ca75bcb84d7b3 (patch) | |
tree | 72679781028245be5fc08406557f8cb0476491c1 /home/xyz | |
parent | 2ab43840fbf46b7e6c0b9683016e64c0a0d062a6 (diff) |
describe script name
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/gitmetap | 1 | ||||
-rwxr-xr-x | home/xyz/.local/bin/gitmetar | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/gitmetap b/home/xyz/.local/bin/gitmetap index 5ebc8597..21ae1c1b 100755 --- a/home/xyz/.local/bin/gitmetap +++ b/home/xyz/.local/bin/gitmetap @@ -1,4 +1,5 @@ #!/bin/sh +# GIT META Print # -rw-r--r-- == binary 110100100 == octal 644 # https://stackoverflow.com/a/1796009 diff --git a/home/xyz/.local/bin/gitmetar b/home/xyz/.local/bin/gitmetar index f47289b3..1bfdc150 100755 --- a/home/xyz/.local/bin/gitmetar +++ b/home/xyz/.local/bin/gitmetar @@ -1,4 +1,5 @@ #!/bin/sh +# GIT META Read while read -r mod user group path; do chown -hc "$user:$group" -- "$path" |