379c2b65cc
usefull for vimwiki
4 lines
42 B
Bash
Executable File
4 lines
42 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pandoc $1 -o ${1%.wiki}.docx
|