mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-03-03 02:17:41 +01:00
6 lines
129 B
Bash
6 lines
129 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
|