4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/usr/bin/sh
|
||
|
|
||
|
pandoc bytecode.md -o bytecode.docx
|
||
|
pandoc bytecode.md -o bytecode.pdf
|