summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/chmodef
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/chmodef')
-rwxr-xr-xhome/xyz/.local/bin/chmodef1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/chmodef b/home/xyz/.local/bin/chmodef
index be9b2934..446bc230 100755
--- a/home/xyz/.local/bin/chmodef
+++ b/home/xyz/.local/bin/chmodef
@@ -1,4 +1,5 @@
#!/bin/sh
+# chmodef: CHMOD DEFault
# https://wiki.archlinux.org/title/File_permissions_and_attributes#Numeric_method
find "$@" -type d -execdir chmod 755 -- '{}' \+