5 lines
221 B
Python
Executable File
5 lines
221 B
Python
Executable File
#!/bin/bash
|
|
pandoc -s Wirtschaft/Wirtschaft.md -o Wirtschaft/Wirtschaft.pdf
|
|
pandoc -s Mathematik/Mathematik.md -o Mathematik/Mathematik.pdf
|
|
pandoc -s Physik/Physik.md -o Physik/Physik.pdf
|
|
echo "All files have been built." |