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