diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-16 15:57:40 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-16 15:57:40 -0500 |
commit | 2a9538f7711dcea71ba5702ca94a9d9c00287ea4 (patch) | |
tree | e0fe5ea7c909b01e10bf6a8dd4abcb619b6924c9 /bin/run_pandoc.sh | |
parent | 3165ef5abdb298108efa2ba3d339f70ca966315a (diff) |
added the rest of bin
Diffstat (limited to 'bin/run_pandoc.sh')
-rwxr-xr-x | bin/run_pandoc.sh | 4 |
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] |