Skip to content

Commit 6f2d88b

Browse files
committed
Rename proposal input to README.md for better display on GitHub
1 parent aeacbbc commit 6f2d88b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
if [[ $# -eq 0 ]]
44
then
5-
input="proposal.md"
5+
input="README.md"
6+
output="proposal.pdf"
67
else
78
input="$1"
9+
output="${input%.*}.pdf"
810
fi
911

10-
output="${input%.*}.pdf"
11-
1212
echo "Writing PDF to $output ..."
1313
pandoc --defaults pandoc.yaml "$input" --output "$output"
1414

0 commit comments

Comments
 (0)