Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 6, 2022 06:32
Show Gist options
  • Save Mishco/bd50e404fa0e3916201a0acafcea6014 to your computer and use it in GitHub Desktop.
Save Mishco/bd50e404fa0e3916201a0acafcea6014 to your computer and use it in GitHub Desktop.
for f in `ls *.md`; do
pandoc -f markdown -t org -o ${f}.org ${f};
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment