4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pandoc $1 -o ${1%.wiki}.docx
|