diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:58:57 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:58:57 +0100 |
commit | 0e0da2ae3470eeed15656a4d3fcb3ea446de19ca (patch) | |
tree | 789af4b924f339b78188072f9cdd027691cbf2d7 /build.sh | |
parent | 0be44d442bae7279b4edf97c61b0e9093b6cb337 (diff) |
Fix typo
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#! /bin/sh +#!/bin/sh xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml |