1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-13 08:26:57 +02:00
2023-10-31 12:12:58 +01:00

4 lines
127 B
PowerShell
Executable File

gci -r -i *.md |foreach{$docx=$_.directoryname+"\"+$_.basename+".docx";pandoc -f markdown -s --citeproc $_.name -o $docx}