summaryrefslogtreecommitdiffstats
path: root/.local/bin/getwebpage
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/getwebpage')
-rwxr-xr-x.local/bin/getwebpage10
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"