summaryrefslogtreecommitdiffstats
path: root/.local/bin/getwebpage
blob: fbabb4d248b38ac0b12c6ec5bfd4c83db24022be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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"