index
:
config_local_arch
ba
ca
ib
master
pp
Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
xyz
/
.local
/
bin
/
curlqb
diff options
context:
1
2
3
4
5
6
#!/bin/sh
# chmodef: CHMOD DEFault
# https://wiki.archlinux.org/title/File_permissions_and_attributes#Numeric_method
find
"$@"
-type
d
-execdir
chmod
755
--
'{}'
\
+
find
"$@"
-type
f
-execdir
chmod
644
--
'{}'
\
+