about summary refs log tree commit diff
path: root/preprocess.sh
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-08 22:28:00 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-08 22:31:49 +0700
commite42cd31db616f6771c1293fc642e8ec39986f8e5 (patch)
treeeadba32338a24ef08512a08a8ddd88f10fcc86d3 /preprocess.sh
parentdfc4b1d909ff6978902d3a0a4c9fc7646e4ad61c (diff)
downloadblog-e42cd31db616f6771c1293fc642e8ec39986f8e5.tar.gz
Fix build manifest I guess
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