mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-03 10:11:00 +02:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
URL="https://kb.octt.eu.org"
|
|
cd ./public
|
|
wget -O "-1.html" "$URL" || true
|
|
wget -O "-2.html" "$URL/-1.html" || true
|