Skip to content

Instantly share code, notes, and snippets.

View ntantri's full-sized avatar
🔬

Nagaraj Tantri ntantri

🔬
View GitHub Profile
@ntantri
ntantri / process.sh
Created October 12, 2020 12:28 — forked from d6y/process.sh
Batch convert HTML to Markdown
#!/bin/bash
# Converts HTML from https://exportmyposts.jazzychad.net/ exports to Markdown
POSTS_DIR=/Users/richard/Desktop/d6y/posts
for file in $POSTS_DIR/*.html
do
echo $file