about summary refs log tree commit diff
path: root/preprocess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'preprocess.sh')
-rwxr-xr-xpreprocess.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/preprocess.sh b/preprocess.sh
new file mode 100755
index 0000000..68a3692
--- /dev/null
+++ b/preprocess.sh
@@ -0,0 +1 @@
+for file in $(find -type f); do ../../add-front-matter.sh $file; done