mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-12 06:42:26 +01:00
9 lines
128 B
Bash
Executable File
9 lines
128 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
|