mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-15 18:39:02 +01:00
1 line
121 B
PowerShell
1 line
121 B
PowerShell
gci -r -i *.md |foreach{$docx=$_.directoryname+"\"+$_.basename+".docx";pandoc -f markdown -s --citeproc $_.name -o $docx} |