Skip to content

Commit f56f060

Browse files
committed
Update entrypoint.sh
1 parent 3091577 commit f56f060

File tree

2 files changed

+1
-400
lines changed

2 files changed

+1
-400
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e
33

4-
pandoc --metadata=project:$1 --lua-filter scripts/include-files.lua -t scripts/panvimdoc.lua $2 -o $1.txt
4+
pandoc --metadata=project:$1 --lua-filter scripts/include-files.lua -t scripts/panvimdoc.lua $2 -o doc/$1.txt

0 commit comments

Comments
 (0)