about summary refs log tree commit diff
path: root/preprocess.sh
blob: 68a3692b73a619c1a1f0cb4040c143502143abbe (plain) (blame)
1
for file in $(find -type f); do ../../add-front-matter.sh $file; done