diff options
Diffstat (limited to '.local/bin/getwebpage')
-rwxr-xr-x | .local/bin/getwebpage | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/getwebpage b/.local/bin/getwebpage new file mode 100755 index 0000000..fbabb4d --- /dev/null +++ b/.local/bin/getwebpage @@ -0,0 +1,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" |