This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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() { |