Skip to content

Instantly share code, notes, and snippets.

View homogulosus's full-sized avatar

homogulosus homogulosus

  • New York
View GitHub Profile
@homogulosus
homogulosus / iwantthissitebutmarkdown.zsh
Last active July 13, 2020 17:50
Download and URL recursively and compiles html to markdown
#!/usr/bin/env zsh
# Version: 0.1
# Author: homogulosus
# Date: Mon Jul 13 13:19:32 EDT 2020
# Description: Downloads a URL recursively and recompiles html to markdown.
URL=$1
function down_with_site() {