8 lines
No EOL
145 B
Bash
Executable file
8 lines
No EOL
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
|
|
|
|
cd "$SCRIPT_DIR"
|
|
pandoc main.md -o main.pdf |