From 87617a3dc9056ec9a79c060fe46f6e301598c8ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Mar 2014 11:50:25 +0000 Subject: Move formatting code to a shell script --- manual/format-pdf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 manual/format-pdf (limited to 'manual/format-pdf') diff --git a/manual/format-pdf b/manual/format-pdf new file mode 100755 index 00000000..137ecf9e --- /dev/null +++ b/manual/format-pdf @@ -0,0 +1,21 @@ +#!/bin/sh + +set -eu + +OUTPUT="$1" +TITLE="$2" +AUTHOR="$3" +VERSION="$4" +shift 4 + +cat > 000.mdwn <