diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-08 22:28:00 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-08 22:31:49 +0700 |
commit | e42cd31db616f6771c1293fc642e8ec39986f8e5 (patch) | |
tree | eadba32338a24ef08512a08a8ddd88f10fcc86d3 /preprocess.sh | |
parent | dfc4b1d909ff6978902d3a0a4c9fc7646e4ad61c (diff) | |
download | blog-e42cd31db616f6771c1293fc642e8ec39986f8e5.tar.gz |
Fix build manifest I guess
Diffstat (limited to 'preprocess.sh')
-rwxr-xr-x | preprocess.sh | 1 |
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 |