Sunday, May 17, 2026

Add .tex files and .afdesign files to SVN.

I forgot that macos doesn't have "xargs -d"
svn status \
| awk '/^\?/ && ($2 ~ /\.(tex|afdesign)$/) {print substr($0,9)}' \
| tr '\n' '\0' | xargs -0 svn add