#!/bin/sh #Description: Downloads a webpage as one, single html file. #Axioms: #Dependencies: https://github.com/gildas-lormeau/single-file-cli single-file --browser-executable-path=chromium "--browser-args=[\"--headless\"]" "$1" "$2"