Skip to content

Instantly share code, notes, and snippets.

@seif
Created October 4, 2012 21:55
Show Gist options
  • Save seif/3836732 to your computer and use it in GitHub Desktop.
Save seif/3836732 to your computer and use it in GitHub Desktop.
Convert markdown to srt
for f in *.md; do pandoc -f markdown -t rst $f -o ${f%.md}.srt; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment