mirror of https://gitlab.com/octtspacc/OcttKB
9 lines
128 B
Bash
9 lines
128 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
URL="https://kb.octt.eu.org"
|
||
|
|
||
|
cd ./public
|
||
|
|
||
|
wget -O "-1.html" "$URL" || true
|
||
|
wget -O "-2.html" "$URL/-1.html" || true
|