diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 19:18:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 19:18:40 +0300 |
commit | 2e388d3421201cc473908ad808a8a6d623876d28 (patch) | |
tree | fb34f5865cf163c9a98c811cdd4e609c345e400d | |
parent | .gitconfig: consistent whitespace (diff) | |
download | linux-home-2e388d3421201cc473908ad808a8a6d623876d28.tar.gz linux-home-2e388d3421201cc473908ad808a8a6d623876d28.zip |
add .adjust-permissions.sh
-rwxr-xr-x | .adjust-permissions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.adjust-permissions.sh b/.adjust-permissions.sh new file mode 100755 index 0000000..d087f6f --- /dev/null +++ b/.adjust-permissions.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +git ls-tree HEAD | cut -f 2 | xargs chmod 0600 |