You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh/Src/Modules/attr.mdd

13 lines
172 B
Plaintext

name=zsh/attr
link='if test "x$zsh_cv_use_xattr" = xyes; then
echo dynamic
else
echo no
fi
'
load=no
autofeatures="b:zgetattr b:zsetattr b:zdelattr"
objects="attr.o"