diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:39:57 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:39:57 +0100 |
commit | 0f47cfc1ba5847ffd8c373848df0662a01aec9b8 (patch) | |
tree | 906ee613f95ecd5cd80e5bdbe5f977fec5238f24 /build.sh | |
parent | cc20b4d9c2bcb1d1f944de8444dd30b8366526df (diff) |
Reorder files and config
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..4aae3fd --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +xargs -a ./content/toc.txt pandoc --filter pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml + |