summaryrefslogtreecommitdiff
path: root/bin/run_pandoc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run_pandoc.sh')
-rwxr-xr-xbin/run_pandoc.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/run_pandoc.sh b/bin/run_pandoc.sh
new file mode 100755
index 0000000..1874c01
--- /dev/null
+++ b/bin/run_pandoc.sh
@@ -0,0 +1,4 @@
+#! /bin/sh
+args=("$@")
+echo ${args[0]}
+pandoc -s -smart -c ${args[0]} ${args[1]} -t html5 -o args[2]