summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/cfg')
-rwxr-xr-xhome/xyz/.local/bin/cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/cfg b/home/xyz/.local/bin/cfg
index dfd5c593..0be822ef 100755
--- a/home/xyz/.local/bin/cfg
+++ b/home/xyz/.local/bin/cfg
@@ -9,8 +9,6 @@ while getopts clLsSmM opt; do
l|s) dir=/
cmd="sudo git --git-dir=/etc/.cfg$opt/ --work-tree=/"
mods="/etc/myconf/cfg${opt}_meta";;
- # -rw-r--r-- == binary 110100100 == octal 644
- # https://stackoverflow.com/a/1796009
m) sudo gitmetap "$cmd ls-tree -r --name-only --full-tree HEAD" "$dir" "$mods"
exit;;
M) sudo gitmetar "$mods"